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.holdersFields in org.apache.drill.exec.expr.holders declared as SmallIntVectorModifier and TypeFieldDescriptionRepeatedSmallIntHolder.vectorThe Vector holding the actual values.
- 
Uses of SmallIntVector in org.apache.drill.exec.vectorMethods 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 TypeMethodDescriptionvoidSmallIntVector.copyFrom(int fromIndex, int thisIndex, SmallIntVector from) voidNullableSmallIntVector.copyFromSafe(int fromIndex, int thisIndex, SmallIntVector from) voidSmallIntVector.copyFromSafe(int fromIndex, int thisIndex, SmallIntVector from) voidNullableSmallIntVector.Mutator.fromNotNullable(SmallIntVector srce) voidSmallIntVector.splitAndTransferTo(int startIndex, int length, SmallIntVector target) voidSmallIntVector.transferTo(SmallIntVector target) 
- 
Uses of SmallIntVector in org.apache.drill.exec.vector.accessorConstructors in org.apache.drill.exec.vector.accessor with parameters of type SmallIntVector
- 
Uses of SmallIntVector in org.apache.drill.exec.vector.complex.implConstructors 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)