java.lang.Object
org.apache.drill.exec.physical.resultSet.model.ReaderIndex
org.apache.drill.exec.physical.resultSet.model.single.DirectRowIndex
All Implemented Interfaces:
ColumnReaderIndex

public class DirectRowIndex extends ReaderIndex
Reader index that points directly to each row in the row set. This index starts with pointing to the -1st row, so that the reader can require a next() for every row, including the first. (This is the JDBC RecordSet convention.)
  • Constructor Details

  • Method Details

    • offset

      public int offset()
    • hyperVectorIndex

      public int hyperVectorIndex()