Package org.apache.drill.exec.physical.resultSet.model.single
package org.apache.drill.exec.physical.resultSet.model.single
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.
The classes here walk the container/map/vector tree to apply operations.
-
ClassDescriptionBuild a set of writers for a single (non-hyper) vector container.Build (materialize) as set of vectors based on a provided metadata schema.Reader index that points directly to each row in the row set.Builds a set of readers for a single (non-hyper) batch.Produce a metadata schema from a vector container.Given a vector container, and a metadata schema that matches the container, walk the schema tree to allocate new vectors according to a given row count and the size information provided in column metadata.