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

Method Iterator

be/src/exec/row-batch-list.h:137–139  ·  view source on GitHub ↗

Returns a new iterator over all the tuple rows.

Source from the content-addressed store, hash-verified

135
136 /// Returns a new iterator over all the tuple rows.
137 TupleRowIterator Iterator() {
138 return TupleRowIterator(this);
139 }
140
141 /// Returns an iterator over the batches.
142 BatchIterator BatchesBegin() { return row_batches_.begin(); }

Callers 5

ResetForProbeMethod · 0.45
NextProbeRowMethod · 0.45
FullScanMethod · 0.45
TEST_FFunction · 0.45

Calls 1

TupleRowIteratorClass · 0.85

Tested by 2

FullScanMethod · 0.36
TEST_FFunction · 0.36