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

Method resolveAsFunction

src/Analyzer/FunctionNode.h:166–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164 void resolveAsFunction(FunctionBasePtr function_value);
165
166 void resolveAsFunction(const FunctionOverloadResolverPtr & resolver)
167 {
168 resolveAsFunction(resolver->build(getArgumentColumns()));
169 }
170
171 /** Resolve function node as aggregate function.
172 * It is important that function name is updated with resolved function name.

Callers

nothing calls this directly

Calls 1

buildMethod · 0.45

Tested by

no test coverage detected