Uses of Class
org.apache.drill.exec.vector.TinyIntVector
Packages that use TinyIntVector
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 TinyIntVector in org.apache.drill.exec.expr.holders
Fields in org.apache.drill.exec.expr.holders declared as TinyIntVectorModifier and TypeFieldDescriptionRepeatedTinyIntHolder.vector
The Vector holding the actual values. -
Uses of TinyIntVector in org.apache.drill.exec.vector
Methods in org.apache.drill.exec.vector that return TinyIntVectorModifier and TypeMethodDescriptionNullableTinyIntVector.convertToRequiredVector()
RepeatedTinyIntVector.getDataVector()
NullableTinyIntVector.getValuesVector()
NullableTinyIntVector.Mutator.getVectorWithValues()
Methods in org.apache.drill.exec.vector that return types with arguments of type TinyIntVectorModifier and TypeMethodDescriptionRepeatedTinyIntVector.addOrGetVector
(VectorDescriptor descriptor) Methods in org.apache.drill.exec.vector with parameters of type TinyIntVectorModifier and TypeMethodDescriptionvoid
TinyIntVector.copyFrom
(int fromIndex, int thisIndex, TinyIntVector from) void
NullableTinyIntVector.copyFromSafe
(int fromIndex, int thisIndex, TinyIntVector from) void
TinyIntVector.copyFromSafe
(int fromIndex, int thisIndex, TinyIntVector from) void
NullableTinyIntVector.Mutator.fromNotNullable
(TinyIntVector srce) void
TinyIntVector.splitAndTransferTo
(int startIndex, int length, TinyIntVector target) void
TinyIntVector.transferTo
(TinyIntVector target) -
Uses of TinyIntVector in org.apache.drill.exec.vector.accessor
Constructors in org.apache.drill.exec.vector.accessor with parameters of type TinyIntVector -
Uses of TinyIntVector in org.apache.drill.exec.vector.complex.impl
Constructors in org.apache.drill.exec.vector.complex.impl with parameters of type TinyIntVectorModifierConstructorDescriptionTinyIntReaderImpl
(TinyIntVector vector) TinyIntWriterImpl
(TinyIntVector vector, org.apache.drill.exec.vector.complex.impl.AbstractFieldWriter parent)