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

Method setProjectionAliasesToOverride

src/Analyzer/QueryNode.h:682–685  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

680 void dumpTreeImpl(WriteBuffer & buffer, FormatState & format_state, size_t indent) const override;
681
682 void setProjectionAliasesToOverride(Names pr_aliases)
683 {
684 projection_aliases_to_override = std::move(pr_aliases);
685 }
686
687protected:
688 bool isEqualImpl(const IQueryTreeNode & rhs, CompareOptions options) const override;

Callers 4

buildSelectExpressionMethod · 0.80
buildJoinTreeMethod · 0.80
wrapWithSelectOrderByFunction · 0.80
resolveFunctionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected