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