Uses of Class
org.apache.drill.exec.vector.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
Modifier and TypeFieldDescriptionRepeatedTinyIntHolder.vector
The Vector holding the actual values. -
Uses of TinyIntVector in org.apache.drill.exec.vector
Modifier and TypeMethodDescriptionNullableTinyIntVector.convertToRequiredVector()
RepeatedTinyIntVector.getDataVector()
NullableTinyIntVector.getValuesVector()
NullableTinyIntVector.Mutator.getVectorWithValues()
Modifier and TypeMethodDescriptionRepeatedTinyIntVector.addOrGetVector
(VectorDescriptor descriptor) Modifier 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
-
Uses of TinyIntVector in org.apache.drill.exec.vector.complex.impl
ModifierConstructorDescriptionTinyIntReaderImpl
(TinyIntVector vector) TinyIntWriterImpl
(TinyIntVector vector, org.apache.drill.exec.vector.complex.impl.AbstractFieldWriter parent)