Returns true if query node has LIMIT WITH TIES, false otherwise
| 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) |
no outgoing calls
no test coverage detected