Uses of Class
org.apache.drill.exec.physical.resultSet.model.ReaderIndex
Packages that use 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
Subclasses of ReaderIndex in org.apache.drill.exec.physical.resultSet.model.singleModifier and TypeClassDescriptionclassReader index that points directly to each row in the row set.Methods in org.apache.drill.exec.physical.resultSet.model.single that return ReaderIndexModifier and TypeMethodDescriptionstatic ReaderIndexSimpleReaderBuilder.readerIndex(BatchAccessor batch) Methods in org.apache.drill.exec.physical.resultSet.model.single with parameters of type ReaderIndexModifier and TypeMethodDescriptionstatic RowSetReaderImplSimpleReaderBuilder.build(VectorContainer container, ReaderIndex rowIndex) static RowSetReaderImplSimpleReaderBuilder.build(VectorContainer container, TupleMetadata schema, ReaderIndex rowIndex) -
Uses of ReaderIndex in org.apache.drill.exec.physical.rowSet
Subclasses of ReaderIndex in org.apache.drill.exec.physical.rowSetModifier and TypeClassDescriptionclassRead-only row index into the hyper row set with batch and index values mapping via an SV4.classReader index that points to each row indirectly through the selection vector.Fields in org.apache.drill.exec.physical.rowSet declared as ReaderIndexMethods in org.apache.drill.exec.physical.rowSet with parameters of type ReaderIndexModifier and TypeMethodDescriptionprotected RowSetReaderAbstractSingleRowSet.buildReader(ReaderIndex rowIndex) Internal method to build the set of column readers needed for this row set.Constructors in org.apache.drill.exec.physical.rowSet with parameters of type ReaderIndexModifierConstructorDescriptionRowSetReaderImpl(TupleMetadata schema, ReaderIndex index, List<AbstractObjectReader> readers) RowSetReaderImpl(TupleMetadata schema, ReaderIndex index, AbstractObjectReader[] readers)