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

Function debugExplainPlan

src/Processors/QueryPlan/QueryPlan.cpp:522–528  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

520}
521
522std::string debugExplainPlan(const QueryPlan & plan)
523{
524 WriteBufferFromOwnString out;
525 ExplainPlanOptions options{.header = true, .actions = true};
526 plan.explainPlan(out, options);
527 return out.str();
528}
529
530namespace ExplainPlan
531{

Callers

nothing calls this directly

Calls 2

explainPlanMethod · 0.80
strMethod · 0.45

Tested by

no test coverage detected