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

Method pushQueryWithBlock

src/Interpreters/AsynchronousInsertQueue.cpp:517–522  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

515}
516
517AsynchronousInsertQueue::PushResult AsynchronousInsertQueue::pushQueryWithBlock(ASTPtr query, Block && block, ContextPtr query_context)
518{
519 query = query->clone();
520 preprocessInsertQuery(query, query_context);
521 return pushDataChunk(std::move(query), std::move(block), std::move(query_context));
522}
523
524std::vector<std::string> AsynchronousInsertQueue::getInsertQueryIds(InsertData & data)
525{

Callers 1

Calls 1

cloneMethod · 0.45

Tested by

no test coverage detected