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

Method extractQueryPlan

src/Processors/QueryPlan/ReadFromLocalReplica.cpp:25–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25QueryPlanPtr ReadFromLocalParallelReplicaStep::extractQueryPlan()
26{
27 chassert(query_plan);
28
29 auto qp = std::move(query_plan);
30 query_plan.reset();
31 return qp;
32}
33
34void ReadFromLocalParallelReplicaStep::addFilter(FilterDAGInfo filter)
35{

Callers 15

buildPlanForUnionNodeMethod · 0.80
readMethod · 0.80
getIndexAnalysisMethod · 0.80
readImplMethod · 0.80
readImplMethod · 0.80
readImplMethod · 0.80
createPlanForTableMethod · 0.80
getFilterFromQueryFunction · 0.80

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected