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

Function hasFunctionNode

src/Analyzer/Utils.cpp:874–880  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

872}
873
874bool hasFunctionNode(const QueryTreeNodePtr & node, std::string_view function_name)
875{
876 CheckFunctionExistsVisitor visitor(function_name);
877 visitor.visit(node);
878
879 return visitor.hasFunction();
880}
881
882namespace
883{

Callers 3

resolveFunctionMethod · 0.85

Calls 2

hasFunctionMethod · 0.80
visitMethod · 0.45

Tested by

no test coverage detected