Uses of Class
org.apache.drill.exec.vector.NullableVar16CharVector
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 NullableVar16CharVector in org.apache.drill.exec.vector
Modifier and TypeMethodDescriptionvoid
NullableVar16CharVector.copyFrom
(int fromIndex, int thisIndex, NullableVar16CharVector from) void
NullableVar16CharVector.copyFromSafe
(int fromIndex, int thisIndex, NullableVar16CharVector from) void
NullableVar16CharVector.splitAndTransferTo
(int startIndex, int length, NullableVar16CharVector target) void
NullableVar16CharVector.transferTo
(NullableVar16CharVector target) -
Uses of NullableVar16CharVector in org.apache.drill.exec.vector.accessor
-
Uses of NullableVar16CharVector in org.apache.drill.exec.vector.complex
-
Uses of NullableVar16CharVector in org.apache.drill.exec.vector.complex.impl
ModifierConstructorDescriptionNullableVar16CharWriterImpl
(NullableVar16CharVector vector, org.apache.drill.exec.vector.complex.impl.AbstractFieldWriter parent)