Base trait for iterators that are capable of reading and returning
the entire set of columns of a column batch. These can be local region
iterators or those fetching entries from remote nodes.
Linear Supertypes
CloseableIterator[RegionEntry], Iterator[RegionEntry], AnyRef, Any
Get the column value (1-based) for current iterator position.
Get the column value (1-based) for current iterator position. Requires
the hasNext and next of iterator to have been invoked first else can
throw an NullPointerException.
Base trait for iterators that are capable of reading and returning the entire set of columns of a column batch. These can be local region iterators or those fetching entries from remote nodes.