Uses of Class
org.apache.drill.exec.vector.Var16CharVector
Packages that use Var16CharVector
Package
Description
Provides a light-weight, simplified set of column readers and writers that
can be plugged into a variety of row-level readers and writers.
-
Uses of Var16CharVector in org.apache.drill.exec.expr.holders
Fields in org.apache.drill.exec.expr.holders declared as Var16CharVectorModifier and TypeFieldDescriptionRepeatedVar16CharHolder.vector
The Vector holding the actual values. -
Uses of Var16CharVector in org.apache.drill.exec.vector
Methods in org.apache.drill.exec.vector that return Var16CharVectorModifier and TypeMethodDescriptionNullableVar16CharVector.convertToRequiredVector()
RepeatedVar16CharVector.getDataVector()
NullableVar16CharVector.getValuesVector()
NullableVar16CharVector.Mutator.getVectorWithValues()
Methods in org.apache.drill.exec.vector that return types with arguments of type Var16CharVectorModifier and TypeMethodDescriptionRepeatedVar16CharVector.addOrGetVector
(VectorDescriptor descriptor) Methods in org.apache.drill.exec.vector with parameters of type Var16CharVectorModifier and TypeMethodDescriptionprotected void
Var16CharVector.copyFrom
(int fromIndex, int thisIndex, Var16CharVector from) void
NullableVar16CharVector.copyFromSafe
(int fromIndex, int thisIndex, Var16CharVector from) void
Var16CharVector.copyFromSafe
(int fromIndex, int thisIndex, Var16CharVector from) void
NullableVar16CharVector.Mutator.fromNotNullable
(Var16CharVector srce) void
Var16CharVector.splitAndTransferTo
(int startIndex, int length, Var16CharVector target) void
Var16CharVector.transferTo
(Var16CharVector target) Constructors in org.apache.drill.exec.vector with parameters of type Var16CharVectorModifierConstructorDescriptionBufferedMutator
(int startIdx, int buffSz, Var16CharVector parent) Buffered mutator to optimize bulk access to the underlying vector containerBufferedMutator
(int startIdx, Var16CharVector parent) -
Uses of Var16CharVector in org.apache.drill.exec.vector.accessor
Constructors in org.apache.drill.exec.vector.accessor with parameters of type Var16CharVector -
Uses of Var16CharVector in org.apache.drill.exec.vector.complex.impl
Constructors in org.apache.drill.exec.vector.complex.impl with parameters of type Var16CharVectorModifierConstructorDescriptionVar16CharReaderImpl
(Var16CharVector vector) Var16CharWriterImpl
(Var16CharVector vector, org.apache.drill.exec.vector.complex.impl.AbstractFieldWriter parent)