Remove node alias
| 192 | |
| 193 | /// Remove node alias |
| 194 | void removeAlias() |
| 195 | { |
| 196 | alias = {}; |
| 197 | } |
| 198 | |
| 199 | /// Returns true if the expression was parenthesized in the original query |
| 200 | bool isParenthesized() const |
no outgoing calls
no test coverage detected