MCPcopy Create free account
hub / github.com/ClickHouse/ClickHouse / AggregateParamToString

Function AggregateParamToString

src/Client/BuzzHouse/AST/SQLProtoStr.cpp:89–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87}
88
89void AggregateParamToString(String & ret, const AggregateParam & p)
90{
91 if (p.has_float_param())
92 ret += std::to_string(p.float_param());
93 else
94 ret += std::to_string(p.int_param());
95}
96
97static void ClusterToString(String & ret, const bool clause, const Cluster & cl)
98{

Callers 2

BottomTypeNameToStringFunction · 0.85
appendAggrParamsFunction · 0.85

Calls 1

to_stringFunction · 0.50

Tested by

no test coverage detected