| 219 | } |
| 220 | |
| 221 | Status Aggregator::QueryMaintenance(RuntimeState* state) { |
| 222 | expr_results_pool_->Clear(); |
| 223 | return state->CheckQueryState(); |
| 224 | } |
| 225 | |
| 226 | // IR Generation for updating a single aggregation slot. Signature is: |
| 227 | // void UpdateSlot(AggFnEvaluator* agg_expr_eval, AggTuple* agg_tuple, char** row) |
nothing calls this directly
no test coverage detected