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

Function SystemCommandOnCluster

src/Client/BuzzHouse/AST/SQLProtoStr.cpp:4996–5005  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4994}
4995
4996static void SystemCommandOnCluster(String & ret, const String & desc, const SystemCommand & cmd, const ExprSchemaTable & est)
4997{
4998 ret += desc;
4999 if (cmd.has_cluster())
5000 {
5001 ClusterToString(ret, true, cmd.cluster());
5002 }
5003 ret += " ";
5004 ExprSchemaTableToString(ret, est);
5005}
5006
5007CONV_FN(SystemCommand, cmd)
5008{

Callers 1

CONV_FNFunction · 0.85

Calls 1

ClusterToStringFunction · 0.85

Tested by

no test coverage detected