Returns true if query node LIMIT section is not empty, false otherwise
| 586 | |
| 587 | /// Returns true if query node LIMIT section is not empty, false otherwise |
| 588 | bool hasLimit() const |
| 589 | { |
| 590 | return children[limit_child_index] != nullptr; |
| 591 | } |
| 592 | |
| 593 | /// Get LIMIT section node |
| 594 | const QueryTreeNodePtr & getLimit() const |
no outgoing calls
no test coverage detected