Class DirectRowIndex
java.lang.Object
org.apache.drill.exec.physical.resultSet.model.ReaderIndex
org.apache.drill.exec.physical.resultSet.model.single.DirectRowIndex
- All Implemented Interfaces:
ColumnReaderIndex
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.)
-
Field Summary
Fields inherited from class org.apache.drill.exec.physical.resultSet.model.ReaderIndex
position, rowCount -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.drill.exec.physical.resultSet.model.ReaderIndex
hasNext, logicalIndex, next, set, size
-
Constructor Details
-
DirectRowIndex
-
-
Method Details
-
offset
public int offset() -
hyperVectorIndex
public int hyperVectorIndex()
-