Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ByConity/ByConity
/ format
Method
format
src/Functions/formatReadableQuantity.cpp:14–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12
static constexpr auto name =
"formatReadableQuantity"
;
13
14
static void format(double value, DB::WriteBuffer & out)
15
{
16
formatReadableQuantity(value, out);
17
}
18
};
19
}
20
Callers
nothing calls this directly
Calls
1
formatReadableQuantity
Function · 0.85
Tested by
no test coverage detected