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

Method Close

be/src/exec/exchange-node.cc:60–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60void ExchangePlanNode::Close() {
61 ScalarExpr::Close(ordering_exprs_);
62 PlanNode::Close();
63}
64
65Status ExchangePlanNode::CreateExecNode(RuntimeState* state, ExecNode** node) const {
66 ObjectPool* pool = state->obj_pool();

Callers

nothing calls this directly

Calls 3

DeregisterClientMethod · 0.80
getMethod · 0.65
buffer_poolMethod · 0.45

Tested by

no test coverage detected