Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
56
void NestedLoopJoinPlanNode::Close() {
57
ScalarExpr::Close(join_conjuncts_);
58
PlanNode::Close();
59
}
60
61
Status NestedLoopJoinPlanNode::CreateExecNode(
62
RuntimeState* state, ExecNode** node) const {
Callers
nothing calls this directly
Calls
4
reset
Method · 0.65
is_closed
Method · 0.45
Release
Method · 0.45
MemUsage
Method · 0.45
Tested by
no test coverage detected