MCPcopy Create free account
hub / github.com/apache/impala / QueryMaintenance

Method QueryMaintenance

be/src/exec/aggregator.cc:221–224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

219}
220
221Status 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)

Callers

nothing calls this directly

Calls 2

CheckQueryStateMethod · 0.80
ClearMethod · 0.45

Tested by

no test coverage detected