Uses of Class
org.apache.drill.exec.vector.complex.RepeatedListVector
Packages that use RepeatedListVector
Package
Description
Handles the details of the result set loader implementation.
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 RepeatedListVector in org.apache.drill.exec.physical.resultSet.impl
Methods in org.apache.drill.exec.physical.resultSet.impl that return RepeatedListVectorConstructors in org.apache.drill.exec.physical.resultSet.impl with parameters of type RepeatedListVectorModifierConstructorDescriptionRepeatedListVectorState
(AbstractObjectWriter arrayWriter, RepeatedListVector vector) -
Uses of RepeatedListVector in org.apache.drill.exec.physical.resultSet.model
Methods in org.apache.drill.exec.physical.resultSet.model with parameters of type RepeatedListVectorModifier and TypeMethodDescriptionprotected R
ContainerVisitor.visitRepeatedList
(RepeatedListVector vector, A arg) -
Uses of RepeatedListVector in org.apache.drill.exec.vector.accessor.writer
Methods in org.apache.drill.exec.vector.accessor.writer with parameters of type RepeatedListVectorModifier and TypeMethodDescriptionstatic AbstractObjectWriter
RepeatedListWriter.buildRepeatedList
(ColumnMetadata schema, RepeatedListVector vector, AbstractObjectWriter elementWriter) -
Uses of RepeatedListVector in org.apache.drill.exec.vector.complex
Methods in org.apache.drill.exec.vector.complex with parameters of type RepeatedListVectorModifier and TypeMethodDescriptionvoid
RepeatedListVector.copyFromSafe
(int fromIndex, int thisIndex, RepeatedListVector from) -
Uses of RepeatedListVector in org.apache.drill.exec.vector.complex.impl
Fields in org.apache.drill.exec.vector.complex.impl declared as RepeatedListVectorConstructors in org.apache.drill.exec.vector.complex.impl with parameters of type RepeatedListVectorModifierConstructorDescriptionRepeatedListReaderImpl
(String name, RepeatedListVector container) RepeatedListWriter
(String name, RepeatedListVector container, FieldWriter parent) RepeatedListWriter
(RepeatedListVector container, FieldWriter parent)