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

Method tryFindInputFunction

src/Parsers/ASTInsertQuery.cpp:181–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

179
180
181void ASTInsertQuery::tryFindInputFunction(ASTPtr & input_function) const
182{
183 tryFindInputFunctionImpl(select, input_function);
184}
185
186}

Callers 4

parseImplMethod · 0.80
getTableMethod · 0.80
executeQueryImplFunction · 0.80

Calls 1

tryFindInputFunctionImplFunction · 0.85

Tested by

no test coverage detected