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

Method setIsDistinct

src/Analyzer/QueryNode.h:176–179  ·  view source on GitHub ↗

Set query node DISTINCT value

Source from the content-addressed store, hash-verified

174
175 /// Set query node DISTINCT value
176 void setIsDistinct(bool is_distinct_value)
177 {
178 is_distinct = is_distinct_value;
179 }
180
181 bool isLimitByAll() const
182 {

Callers 2

addDistinctRecursivelyFunction · 0.80
buildSelectExpressionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected