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

Method removeAlias

src/Analyzer/IQueryTreeNode.h:194–197  ·  view source on GitHub ↗

Remove node alias

Source from the content-addressed store, hash-verified

192
193 /// Remove node alias
194 void removeAlias()
195 {
196 alias = {};
197 }
198
199 /// Returns true if the expression was parenthesized in the original query
200 bool isParenthesized() const

Callers 6

enterImplMethod · 0.80
enterImplMethod · 0.80
removeAliasesRecursiveFunction · 0.80
resolveWindowMethod · 0.80
resolveQueryMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected