Uses of Class
org.apache.drill.exec.physical.resultSet.model.ReaderIndex
Package
Description
This set of classes models the structure of a batch consisting
of single vectors (as contrasted with a hyper batch.) Provides tools
or metdata-based construction, allocation, reading and writing of
the vectors.
Provides a set of tools to work with row sets.
-
Uses of ReaderIndex in org.apache.drill.exec.physical.resultSet.model.single
Modifier and TypeClassDescriptionclass
Reader index that points directly to each row in the row set.Modifier and TypeMethodDescriptionstatic ReaderIndex
SimpleReaderBuilder.readerIndex
(BatchAccessor batch) Modifier and TypeMethodDescriptionstatic RowSetReaderImpl
SimpleReaderBuilder.build
(VectorContainer container, ReaderIndex rowIndex) static RowSetReaderImpl
SimpleReaderBuilder.build
(VectorContainer container, TupleMetadata schema, ReaderIndex rowIndex) -
Uses of ReaderIndex in org.apache.drill.exec.physical.rowSet
Modifier and TypeClassDescriptionclass
Read-only row index into the hyper row set with batch and index values mapping via an SV4.class
Reader index that points to each row indirectly through the selection vector.Modifier and TypeMethodDescriptionprotected RowSetReader
AbstractSingleRowSet.buildReader
(ReaderIndex rowIndex) Internal method to build the set of column readers needed for this row set.ModifierConstructorDescriptionRowSetReaderImpl
(TupleMetadata schema, ReaderIndex index, List<AbstractObjectReader> readers) RowSetReaderImpl
(TupleMetadata schema, ReaderIndex index, AbstractObjectReader[] readers)