Uses of Class
org.apache.drill.exec.vector.complex.RepeatedMapVector
Packages that use RepeatedMapVector
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 the vector writers.
-
Uses of RepeatedMapVector in org.apache.drill.exec.physical.resultSet.model
Methods in org.apache.drill.exec.physical.resultSet.model with parameters of type RepeatedMapVectorModifier and TypeMethodDescriptionprotected R
ContainerVisitor.visitRepeatedMap
(RepeatedMapVector vector, A arg) -
Uses of RepeatedMapVector in org.apache.drill.exec.vector.accessor.writer
Methods in org.apache.drill.exec.vector.accessor.writer with parameters of type RepeatedMapVectorModifier and TypeMethodDescriptionMapWriter.buildMapArray
(ColumnMetadata schema, RepeatedMapVector mapVector, List<AbstractObjectWriter> writers) -
Uses of RepeatedMapVector in org.apache.drill.exec.vector.complex
Fields in org.apache.drill.exec.vector.complex declared as RepeatedMapVectorMethods in org.apache.drill.exec.vector.complex with parameters of type RepeatedMapVectorModifier and TypeMethodDescriptionvoid
MapVector.copyFromSafe
(int fromSubIndex, int thisIndex, RepeatedMapVector from) Constructors in org.apache.drill.exec.vector.complex with parameters of type RepeatedMapVector -
Uses of RepeatedMapVector in org.apache.drill.exec.vector.complex.impl
Constructors in org.apache.drill.exec.vector.complex.impl with parameters of type RepeatedMapVectorModifierConstructorDescriptionRepeatedMapWriter
(RepeatedMapVector container, FieldWriter parent) RepeatedMapWriter
(RepeatedMapVector container, FieldWriter parent, boolean unionEnabled) SingleLikeRepeatedMapReaderImpl
(RepeatedMapVector vector, FieldReader delegate)