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

Method getNodeTypeName

src/Analyzer/IQueryTreeNode.h:98–101  ·  view source on GitHub ↗

Get query tree node type name

Source from the content-addressed store, hash-verified

96
97 /// Get query tree node type name
98 const char * getNodeTypeName() const
99 {
100 return toString(getNodeType());
101 }
102
103 /** Get result type of query tree node that can be used as part of expression.
104 * If node does not support this method exception is thrown.

Calls 1

toStringFunction · 0.70

Tested by

no test coverage detected