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

Method InterpreterSelectQuery

src/Interpreters/InterpreterSelectQuery.cpp:207–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

205}
206
207InterpreterSelectQuery::InterpreterSelectQuery(
208 const ASTPtr & query_ptr_,
209 ContextPtr context_,
210 const SelectQueryOptions & options_,
211 const Names & required_result_column_names_)
212 : InterpreterSelectQuery(query_ptr_, context_, nullptr, std::nullopt, nullptr, options_, required_result_column_names_)
213{
214}
215
216InterpreterSelectQuery::InterpreterSelectQuery(
217 const ASTPtr & query_ptr_,

Callers

nothing calls this directly

Calls 15

checkStackSizeFunction · 0.85
getSubqueryContextFunction · 0.85
TreeRewriterClass · 0.85
isMapImplicitKeyFunction · 0.85
makeASTFunctionFunction · 0.85
queryToStringFunction · 0.85
sanitizeBlockFunction · 0.85

Tested by

no test coverage detected