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

Function getInsertData

src/Parsers/parseQuery.cpp:248–253  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

246}
247
248const char * getInsertData(const ASTPtr & ast)
249{
250 if (const ASTInsertQuery * insert = getInsertAST(ast))
251 return insert->data;
252 return nullptr;
253}
254
255
256ASTPtr tryParseQuery(

Callers 2

tryParseQueryFunction · 0.85
highlightFunction · 0.85

Calls 1

getInsertASTFunction · 0.85

Tested by

no test coverage detected