Returns true if query node PREWHERE section is not empty, false otherwise
| 340 | |
| 341 | /// Returns true if query node PREWHERE section is not empty, false otherwise |
| 342 | bool hasPrewhere() const |
| 343 | { |
| 344 | return children[prewhere_child_index] != nullptr; |
| 345 | } |
| 346 | |
| 347 | /// Get PREWHERE section node |
| 348 | const QueryTreeNodePtr & getPrewhere() const |
no outgoing calls
no test coverage detected