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

Function resolveAggregateFunctionNodeByName

src/Analyzer/Utils.cpp:1012–1016  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1010}
1011
1012void resolveAggregateFunctionNodeByName(FunctionNode & function_node, const String & function_name)
1013{
1014 auto aggregate_function = resolveAggregateFunction(function_node, function_name);
1015 function_node.resolveAsAggregateFunction(std::move(aggregate_function));
1016}
1017
1018std::pair<QueryTreeNodePtr, bool> getExpressionSource(const QueryTreeNodePtr & node)
1019{

Callers 9

enterImplMethod · 0.85
enterImplMethod · 0.85
enterImplMethod · 0.85
enterImplMethod · 0.85
enterImplMethod · 0.85
enterImplMethod · 0.85

Calls 2

resolveAggregateFunctionFunction · 0.85

Tested by

no test coverage detected