Uses of Class
org.apache.drill.exec.vector.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
Modifier and TypeFieldDescriptionRepeatedSmallIntHolder.vector
The Vector holding the actual values. -
Uses of SmallIntVector in org.apache.drill.exec.vector
Modifier and TypeMethodDescriptionNullableSmallIntVector.convertToRequiredVector()
RepeatedSmallIntVector.getDataVector()
NullableSmallIntVector.getValuesVector()
NullableSmallIntVector.Mutator.getVectorWithValues()
Modifier and TypeMethodDescriptionRepeatedSmallIntVector.addOrGetVector
(VectorDescriptor descriptor) Modifier 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
-
Uses of SmallIntVector in org.apache.drill.exec.vector.complex.impl
ModifierConstructorDescriptionSmallIntReaderImpl
(SmallIntVector vector) SmallIntWriterImpl
(SmallIntVector vector, org.apache.drill.exec.vector.complex.impl.AbstractFieldWriter parent)