| 530 | } |
| 531 | |
| 532 | Status ExecNode::QueryMaintenance(RuntimeState* state) { |
| 533 | expr_results_pool_->Clear(); |
| 534 | return state->CheckQueryState(); |
| 535 | } |
| 536 | |
| 537 | // Codegen for EvalConjuncts. The generated signature is the same as EvalConjuncts(). |
| 538 | // |
nothing calls this directly
no test coverage detected