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

Method isLimitWithTies

src/Analyzer/QueryNode.h:192–195  ·  view source on GitHub ↗

Returns true if query node has LIMIT WITH TIES, false otherwise

Source from the content-addressed store, hash-verified

190
191 /// Returns true if query node has LIMIT WITH TIES, false otherwise
192 bool isLimitWithTies() const
193 {
194 return is_limit_with_ties;
195 }
196
197 /// Set query node LIMIT WITH TIES value
198 void setIsLimitWithTies(bool is_limit_with_ties_value)

Calls

no outgoing calls

Tested by

no test coverage detected