MCPcopy Create free account
hub / github.com/ByConity/ByConity / format

Method format

src/Functions/formatReadableDecimalSize.cpp:14–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12 static constexpr auto name = "formatReadableDecimalSize";
13
14 static void format(double value, DB::WriteBuffer & out)
15 {
16 formatReadableSizeWithDecimalSuffix(value, out);
17 }
18 };
19}
20

Callers

nothing calls this directly

Tested by

no test coverage detected