Uses of Package
org.apache.drill.exec.vector.accessor.reader
Package
Description
The "row set model" provides a "dual" of the vector structure used to create,
allocate and work with a collection of vectors.
Implementation of a row set model for hyper-batches.
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.
Provides a light-weight, simplified set of column readers and writers that
can be plugged into a variety of row-level readers and writers.
Provides the reader hierarchy as explained in the API package.
-
-
ClassDescriptionVector accessor used by the column accessors to obtain the vector for each column value.
-
-
ClassDescriptionReader for a tuple (a row or a map.) Provides access to each column using either a name or a numeric index.Internal operations to wire up a set of readers.
-
ClassDescriptionColumn reader implementation that acts as the basis for the generated, vector-specific implementations.Internal operations to wire up a set of readers.
-
ClassDescriptionReader for a tuple (a row or a map.) Provides access to each column using either a name or a numeric index.Reader for an array-valued column.Object representation of an array reader.Index into the vector of elements for a repeated vector.Column reader implementation that acts as the basis for the generated, vector-specific implementations.Provide access to the DrillBuf for the data vector.Internal mechanism to detect if a value is null.Dummy implementation of a null state reader for cases in which the value is never null.Reader for an offset vector.Internal operations to wire up a set of readers.Reader for a union vector.Vector accessor used by the column accessors to obtain the vector for each column value.