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