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

Method setAlias

src/Analyzer/IQueryTreeNode.h:185–191  ·  view source on GitHub ↗

Set node alias

Source from the content-addressed store, hash-verified

183
184 /// Set node alias
185 void setAlias(String alias_value)
186 {
187 if (original_alias.empty())
188 original_alias = std::move(alias);
189
190 alias = std::move(alias_value);
191 }
192
193 /// Remove node alias
194 void removeAlias()

Callers 15

cloneAndReplaceMethod · 0.45
toASTMethod · 0.45
buildWindowListMethod · 0.45
buildExpressionMethod · 0.45
buildJoinTreeMethod · 0.45
toASTImplMethod · 0.45
toASTImplMethod · 0.45
enterImplMethod · 0.45
populateRenamingMapMethod · 0.45
replaceWithSumCountFunction · 0.45

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected