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

Method Close

be/src/exec/partitioned-hash-join-node.cc:105–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103}
104
105void PartitionedHashJoinPlanNode::Close() {
106 ScalarExpr::Close(probe_exprs_);
107 ScalarExpr::Close(build_exprs_);
108 ScalarExpr::Close(other_join_conjuncts_);
109 if (phj_builder_config_ != nullptr) phj_builder_config_->Close();
110 PlanNode::Close();
111}
112
113Status PartitionedHashJoinPlanNode::CreateExecNode(
114 RuntimeState* state, ExecNode** node) const {

Callers 5

OutputAllBuildMethod · 0.45
DoneProbingMethod · 0.45

Calls 9

StatsCountersAddMethod · 0.80
ht_stats_profileMethod · 0.80
ReturnReservationMethod · 0.80
num_probe_threadsMethod · 0.80
resetMethod · 0.65
ResetMethod · 0.45
GetReservationMethod · 0.45
FreeAllMethod · 0.45

Tested by

no test coverage detected