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

Function buildPrettyNamesMap

src/Processors/QueryPlan/QueryPlanFormat.cpp:701–709  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

699 }
700
701 void buildPrettyNamesMap(
702 const QueryPlan & plan,
703 std::unordered_map<String, PrettyColumnName> & pretty_names,
704 std::unordered_map<String, RuntimeFilterInfo> & runtime_filter_names,
705 std::unordered_map<FutureSet::Hash, String, PreparedSets::Hashing> & subquery_set_names)
706 {
707 if (plan.getRootNode())
708 buildPrettyNamesForNode(plan.getRootNode(), pretty_names, runtime_filter_names, subquery_set_names);
709 }
710
711}
712

Callers 1

explainPlanMethod · 0.85

Calls 2

buildPrettyNamesForNodeFunction · 0.85
getRootNodeMethod · 0.80

Tested by

no test coverage detected