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

Method describeActions

src/Processors/QueryPlan/CreatingSetsStep.cpp:70–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70void CreatingSetStep::describeActions(FormatSettings & settings) const
71{
72 if (!set_and_key->set)
73 return ;
74
75 const String & prefix = settings.detail_prefix;
76
77 settings.out << prefix;
78 settings.out << "Set: ";
79 settings.out << (settings.pretty ? QueryPlanFormat::formatColumnPretty(set_and_key->key, settings.pretty_names) : set_and_key->key) << '\n';
80}
81
82void CreatingSetStep::describeActions(JSONBuilder::JSONMap & map) const
83{

Callers

nothing calls this directly

Calls 2

formatColumnPrettyFunction · 0.85
addMethod · 0.45

Tested by

no test coverage detected