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

Method AtEnd

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

Returns true if this iterator is at the end, i.e. GetRow() cannot be called.

Source from the content-addressed store, hash-verified

48
49 /// Returns true if this iterator is at the end, i.e. GetRow() cannot be called.
50 bool AtEnd() {
51 return batch_it_ == list_->row_batches_.end();
52 }
53
54 /// Returns the current row. Callers must check the iterator is not AtEnd() before
55 /// calling GetRow().

Callers 1

DebugStringMethod · 0.45

Calls 1

endMethod · 0.45

Tested by

no test coverage detected