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

Method tryFindInputFunction

src/Parsers/ASTInsertQuery.cpp:153–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151
152
153void ASTInsertQuery::tryFindInputFunction(ASTPtr & input_function) const
154{
155 tryFindInputFunctionImpl(select, input_function);
156}
157
158void ASTInsertQuery::serialize(WriteBuffer & buf) const
159{

Callers 2

executeQueryImplFunction · 0.80

Calls 1

tryFindInputFunctionImplFunction · 0.85

Tested by

no test coverage detected