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

Method QueryMaintenance

be/src/exec/exec-node.cc:532–535  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

530}
531
532Status 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//

Callers

nothing calls this directly

Calls 2

CheckQueryStateMethod · 0.80
ClearMethod · 0.45

Tested by

no test coverage detected