Uses of Class
org.apache.drill.exec.vector.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
Modifier and TypeFieldDescriptionRepeatedVar16CharHolder.vector
The Vector holding the actual values. -
Uses of Var16CharVector in org.apache.drill.exec.vector
Modifier and TypeMethodDescriptionNullableVar16CharVector.convertToRequiredVector()
RepeatedVar16CharVector.getDataVector()
NullableVar16CharVector.getValuesVector()
NullableVar16CharVector.Mutator.getVectorWithValues()
Modifier and TypeMethodDescriptionRepeatedVar16CharVector.addOrGetVector
(VectorDescriptor descriptor) Modifier 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) ModifierConstructorDescriptionBufferedMutator
(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
-
Uses of Var16CharVector in org.apache.drill.exec.vector.complex.impl
ModifierConstructorDescriptionVar16CharReaderImpl
(Var16CharVector vector) Var16CharWriterImpl
(Var16CharVector vector, org.apache.drill.exec.vector.complex.impl.AbstractFieldWriter parent)