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

Method pushExpressionNode

src/Analyzer/Resolve/IdentifierResolveScope.cpp:120–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118}
119
120void IdentifierResolveScope::pushExpressionNode(const QueryTreeNodePtr & node)
121{
122 expressions_in_resolve_process_stack.push(node);
123}
124
125void IdentifierResolveScope::popExpressionNode()
126{

Callers 4

resolveMatcherMethod · 0.80
resolveExpressionNodeMethod · 0.80

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected