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

Method setTableFunction

src/Parsers/ASTExplainQuery.h:117–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115 }
116
117 void setTableFunction(ASTPtr table_function_)
118 {
119 children.emplace_back(table_function_);
120 table_function = std::move(table_function_);
121 }
122
123 void setTableOverride(ASTPtr table_override_)
124 {

Callers 2

cloneMethod · 0.45
parseImplMethod · 0.45

Calls 1

emplace_backMethod · 0.45

Tested by

no test coverage detected