Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
248
const char * getInsertData(const ASTPtr & ast)
249
{
250
if (const ASTInsertQuery * insert = getInsertAST(ast))
251
return insert->data;
252
return nullptr;
253
}
254
255
256
ASTPtr tryParseQuery(
Callers
2
tryParseQuery
Function · 0.85
highlight
Function · 0.85
Calls
1
getInsertAST
Function · 0.85
Tested by
no test coverage detected