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