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

Method Close

be/src/exec/nested-loop-join-node.cc:56–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56void NestedLoopJoinPlanNode::Close() {
57 ScalarExpr::Close(join_conjuncts_);
58 PlanNode::Close();
59}
60
61Status NestedLoopJoinPlanNode::CreateExecNode(
62 RuntimeState* state, ExecNode** node) const {

Callers

nothing calls this directly

Calls 4

resetMethod · 0.65
is_closedMethod · 0.45
ReleaseMethod · 0.45
MemUsageMethod · 0.45

Tested by

no test coverage detected