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

Function getOperatorInfo

src/Processors/QueryPlan/QueryPlanFormat.cpp:195–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

193 };
194
195 std::optional<OperatorInfo> getOperatorInfo(const std::string & func_name)
196 {
197 if (auto info = tryGetExpressionOperatorPrettyInfo(func_name))
198 return OperatorInfo{info->symbol, info->precedence};
199 return std::nullopt;
200 }
201
202 String formatConstant(const ActionsDAG::Node * node)
203 {

Callers 1

formatNodePrettyFunction · 0.85

Calls 1

Tested by

no test coverage detected