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