A customized iterator for column store tables that projects out the required
columns and returns those column batches first that have all their columns
in the memory. Further this will make use of DiskBlockSortManager to
allow for concurrent partition iterators to do cross-partition disk block
sorting and fault-in for best disk read performance (SNAP-2012).
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.
A customized iterator for column store tables that projects out the required columns and returns those column batches first that have all their columns in the memory. Further this will make use of DiskBlockSortManager to allow for concurrent partition iterators to do cross-partition disk block sorting and fault-in for best disk read performance (SNAP-2012).