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

Method hasArrayJoin

src/Interpreters/ActionsDAG.cpp:1959–1966  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1957}
1958
1959bool ActionsDAG::hasArrayJoin() const noexcept
1960{
1961 for (const auto & node : nodes)
1962 if (node.type == ActionType::ARRAY_JOIN)
1963 return true;
1964
1965 return false;
1966}
1967
1968bool ActionsDAG::hasStatefulFunctions() const
1969{

Callers 15

checkKeyExpressionFunction · 0.45
validateMethod · 0.45
getTraitsFunction · 0.45
tryTopKThroughJoinFunction · 0.45
tryOptimizeTopKFunction · 0.45
tryMergeExpressionsFunction · 0.45
tryMergeFiltersFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected