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