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

Method Close

be/src/exec/blocking-join-node.cc:146–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144}
145
146void BlockingJoinNode::Close(RuntimeState* state) {
147 if (is_closed()) return;
148 build_batch_.reset();
149 probe_batch_.reset();
150 if (semi_join_staging_row_ != NULL) delete[] semi_join_staging_row_;
151 ExecNode::Close(state);
152}
153
154void BlockingJoinNode::ProcessBuildInputAsync(
155 RuntimeState* state, JoinBuilder* build_sink, Status* status) {

Callers 2

Calls 1

resetMethod · 0.65

Tested by

no test coverage detected