Uses of Class
org.apache.drill.exec.vector.NullableSmallIntVector
Packages that use 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
Methods in org.apache.drill.exec.vector with parameters of type NullableSmallIntVectorModifier and TypeMethodDescriptionvoidNullableSmallIntVector.copyFrom(int fromIndex, int thisIndex, NullableSmallIntVector from) voidNullableSmallIntVector.copyFromSafe(int fromIndex, int thisIndex, NullableSmallIntVector from) voidNullableSmallIntVector.splitAndTransferTo(int startIndex, int length, NullableSmallIntVector target) voidNullableSmallIntVector.transferTo(NullableSmallIntVector target) -
Uses of NullableSmallIntVector in org.apache.drill.exec.vector.accessor
Constructors in org.apache.drill.exec.vector.accessor with parameters of type NullableSmallIntVector -
Uses of NullableSmallIntVector in org.apache.drill.exec.vector.complex
Methods in org.apache.drill.exec.vector.complex that return NullableSmallIntVector -
Uses of NullableSmallIntVector in org.apache.drill.exec.vector.complex.impl
Constructors in org.apache.drill.exec.vector.complex.impl with parameters of type NullableSmallIntVectorModifierConstructorDescriptionNullableSmallIntWriterImpl(NullableSmallIntVector vector, org.apache.drill.exec.vector.complex.impl.AbstractFieldWriter parent)