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

Method InterpreterSelectQuery

src/Interpreters/InterpreterSelectQuery.cpp:324–330  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

322}
323
324InterpreterSelectQuery::InterpreterSelectQuery(
325 const ASTPtr & query_ptr_,
326 const ContextPtr & context_,
327 const SelectQueryOptions & options_,
328 const Names & required_result_column_names_)
329 : InterpreterSelectQuery(query_ptr_, context_, std::nullopt, nullptr, options_, required_result_column_names_)
330{}
331
332InterpreterSelectQuery::InterpreterSelectQuery(
333 const ASTPtr & query_ptr_,

Callers

nothing calls this directly

Calls 15

checkStackSizeFunction · 0.85
getSubqueryContextFunction · 0.85
rewriteMultipleJoinsFunction · 0.85
createEmptyFunction · 0.85
parseCustomKeyForTableFunction · 0.85
TreeRewriterClass · 0.85
makeASTOperatorFunction · 0.85
generateFilterActionsFunction · 0.85

Tested by

no test coverage detected