Uses of Class
org.apache.drill.exec.vector.complex.ListVector
Packages that use ListVector
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 ListVector in org.apache.drill.exec.expr.holders
Fields in org.apache.drill.exec.expr.holders declared as ListVector -
Uses of ListVector in org.apache.drill.exec.physical.resultSet.impl
Methods in org.apache.drill.exec.physical.resultSet.impl that return ListVectorConstructors in org.apache.drill.exec.physical.resultSet.impl with parameters of type ListVectorModifierConstructorDescriptionListVectorState
(ListWriterImpl writer, WriterEvents elementWriter, ListVector vector) ListVectorState
(UnionWriterImpl writer, ListVector vector) -
Uses of ListVector in org.apache.drill.exec.physical.resultSet.model
Methods in org.apache.drill.exec.physical.resultSet.model with parameters of type ListVectorModifier and TypeMethodDescriptionprotected R
ContainerVisitor.visitList
(ListVector vector, A arg) -
Uses of ListVector in org.apache.drill.exec.vector.accessor.writer
Methods in org.apache.drill.exec.vector.accessor.writer that return ListVectorConstructors in org.apache.drill.exec.vector.accessor.writer with parameters of type ListVectorModifierConstructorDescriptionListWriterImpl
(ColumnMetadata schema, ListVector vector, AbstractObjectWriter memberWriter) -
Uses of ListVector in org.apache.drill.exec.vector.complex
Methods in org.apache.drill.exec.vector.complex that return ListVectorMethods in org.apache.drill.exec.vector.complex with parameters of type ListVectorModifier and TypeMethodDescriptionvoid
ListVector.copyFrom
(int inIndex, int outIndex, ListVector from) void
ListVector.copyFromSafe
(int inIndex, int outIndex, ListVector from) void
ListVector.transferTo
(ListVector target) -
Uses of ListVector in org.apache.drill.exec.vector.complex.impl
Constructors in org.apache.drill.exec.vector.complex.impl with parameters of type ListVectorModifierConstructorDescriptionPromotableWriter
(ValueVector v, ListVector listVector) UnionListReader
(ListVector vector) UnionListWriter
(ListVector vector) UnionListWriter
(ListVector vector, org.apache.drill.exec.vector.complex.impl.AbstractFieldWriter parent) UnionVectorListWriter
(ListVector listVector, FieldWriter parent)