Interface TupleIterator
- All Superinterfaces:
Iterator<TupleVector>
Iterator that streams
TupleVector's-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiondefault voidclose()Close the iteratordefault intReturn an estimate of the number of batches in this iterator.default intReturn an estimate of the number of rows (total) in this iterator.static TupleIteratorsingleton(TupleVector vector) Creates a singleton iterator from provided vectorMethods inherited from interface java.util.Iterator
forEachRemaining, hasNext, next, remove
-
Field Details
-
EMPTY
-
-
Method Details
-
close
default void close()Close the iterator -
estimatedBatchCount
default int estimatedBatchCount()Return an estimate of the number of batches in this iterator. -
estimatedRowCount
default int estimatedRowCount()Return an estimate of the number of rows (total) in this iterator. -
singleton
Creates a singleton iterator from provided vector
-