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

Method ResetForProbe

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

Source from the content-addressed store, hash-verified

220}
221
222void NestedLoopJoinNode::ResetForProbe() {
223 DCHECK(build_batches_ != NULL);
224 build_row_iterator_ = build_batches_->Iterator();
225 current_build_row_idx_ = 0;
226 matched_probe_ = false;
227}
228
229Status NestedLoopJoinNode::GetNext(
230 RuntimeState* state, RowBatch* output_batch, bool* eos) {

Callers

nothing calls this directly

Calls 1

IteratorMethod · 0.45

Tested by

no test coverage detected