Class IndirectRowIndex
java.lang.Object
org.apache.drill.exec.physical.resultSet.model.ReaderIndex
org.apache.drill.exec.physical.rowSet.IndirectRowIndex
- All Implemented Interfaces:
ColumnReaderIndex
Reader index that points to each row indirectly through the
selection vector. The
offset() method points to the
actual data row, while the ReaderIndex.logicalIndex() method gives
the position relative to the indirection vector. That is,
the position increases monotonically, but the index jumps
around as specified by the indirection vector.-
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
-
IndirectRowIndex
-
-
Method Details
-
offset
public int offset() -
hyperVectorIndex
public int hyperVectorIndex()
-