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.vectorThe 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 TypeMethodDescriptionvoidTinyIntVector.copyFrom(int fromIndex, int thisIndex, TinyIntVector from) voidNullableTinyIntVector.copyFromSafe(int fromIndex, int thisIndex, TinyIntVector from) voidTinyIntVector.copyFromSafe(int fromIndex, int thisIndex, TinyIntVector from) voidNullableTinyIntVector.Mutator.fromNotNullable(TinyIntVector srce) voidTinyIntVector.splitAndTransferTo(int startIndex, int length, TinyIntVector target) voidTinyIntVector.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)