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

Method Reset

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

Source from the content-addressed store, hash-verified

139}
140
141Status BlockingJoinNode::Reset(RuntimeState* state, RowBatch* row_batch) {
142 probe_batch_->TransferResourceOwnership(row_batch);
143 return ExecNode::Reset(state, row_batch);
144}
145
146void BlockingJoinNode::Close(RuntimeState* state) {
147 if (is_closed()) return;

Callers 2

GetFirstProbeRowMethod · 0.45
SendBuildInputToSinkMethod · 0.45

Calls 1

Tested by

no test coverage detected