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

Method isOrdinaryFunction

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

Is function node ordinary function

Source from the content-addressed store, hash-verified

154
155 /// Is function node ordinary function
156 bool isOrdinaryFunction() const { return kind == FunctionKind::ORDINARY; }
157
158 /** Resolve function node as non aggregate function.
159 * It is important that function name is updated with resolved function name.

Callers 8

buildJoinConditionFunction · 0.80
buildJoinClauseImplFunction · 0.80
buildJoinClauseFunction · 0.80
isEqualImplMethod · 0.80
rerunFunctionResolveFunction · 0.80
enterImplMethod · 0.80
enterImplMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected