Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/fory
/ format_table_value
Function
format_table_value
benchmarks/java/benchmark_report.py:233–234 ·
view source on GitHub ↗
(value: float)
Source
from the content-addressed store, hash-verified
231
232
233
def
format_table_value(value: float) -> str:
234
return
f
"{value:,.0f}"
if
value > 0
else
"N/A"
235
236
237
def
serializer_title(serializer: str) -> str:
Callers
1
build_xlang_section
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected