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

Method isDistinct

src/Analyzer/QueryNode.h:170–173  ·  view source on GitHub ↗

Returns true if query node has DISTINCT, false otherwise

Source from the content-addressed store, hash-verified

168
169 /// Returns true if query node has DISTINCT, false otherwise
170 bool isDistinct() const
171 {
172 return is_distinct;
173 }
174
175 /// Set query node DISTINCT value
176 void setIsDistinct(bool is_distinct_value)

Calls

no outgoing calls

Tested by

no test coverage detected