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

Method hasAlias

src/Analyzer/IQueryTreeNode.h:168–171  ·  view source on GitHub ↗

Returns true if node has alias, false otherwise

Source from the content-addressed store, hash-verified

166
167 /// Returns true if node has alias, false otherwise
168 bool hasAlias() const
169 {
170 return !alias.empty();
171 }
172
173 /// Get node alias
174 const String & getAlias() const

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected