Set query node DISTINCT value
| 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 | { |
no outgoing calls
no test coverage detected