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

Method isWindowFunction

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

Is function node window function

Source from the content-addressed store, hash-verified

148
149 /// Is function node window function
150 bool isWindowFunction() const { return hasWindow(); }
151
152 /// Is function node aggregate function
153 bool isAggregateFunction() const { return kind == FunctionKind::AGGREGATE; }

Callers 8

buildExpressionMethod · 0.45
visitImplMethod · 0.45
visitFunctionMethod · 0.45
isEqualImplMethod · 0.45
rerunFunctionResolveFunction · 0.45
resolveFunctionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected