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

Function queryHasWithTotalsInAnySubqueryInJoinTree

src/Planner/Utils.cpp:498–502  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

496}
497
498bool queryHasWithTotalsInAnySubqueryInJoinTree(const QueryTreeNodePtr & query_node)
499{
500 const auto & query_node_typed = query_node->as<const QueryNode &>();
501 return queryTreeHasWithTotalsInAnySubqueryInJoinTree(query_node_typed.getJoinTree().get());
502}
503
504
505QueryTreeNodePtr mergeConditionNodes(const QueryTreeNodes & condition_nodes, const ContextPtr & context)

Callers 1

QueryAnalysisResultMethod · 0.85

Calls 2

getMethod · 0.45

Tested by

no test coverage detected