java.lang.Object
org.apache.drill.exec.physical.resultSet.model.ReaderIndex
All Implemented Interfaces:
ColumnReaderIndex
Direct Known Subclasses:
DirectRowIndex, HyperRowIndex, IndirectRowIndex

public abstract class ReaderIndex extends Object implements ColumnReaderIndex
Row set index base class used when indexing rows within a row set for a row set reader. Keeps track of the current position, which starts before the first row, meaning that the client must call next() to advance to the first row.