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

Function buildQueryTree

src/Analyzer/QueryTreeBuilder.cpp:1286–1290  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1284}
1285
1286QueryTreeNodePtr buildQueryTree(ASTPtr query, ContextPtr context)
1287{
1288 QueryTreeBuilder builder;
1289 return builder.buildQueryTreeNode(std::move(query), context);
1290}
1291
1292std::shared_ptr<TableFunctionNode> buildTableFunctionQueryTree(ASTPtr query, ContextPtr context)
1293{

Calls 1

buildQueryTreeNodeMethod · 0.80

Tested by 3

TESTFunction · 0.68
checkNewAnalyzerFunction · 0.68
testPassOnConditionFunction · 0.68