Uses of Class
org.apache.drill.exec.vector.Decimal28SparseVector
Packages that use Decimal28SparseVector
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 Decimal28SparseVector in org.apache.drill.exec.expr.holders
Fields in org.apache.drill.exec.expr.holders declared as Decimal28SparseVectorModifier and TypeFieldDescriptionRepeatedDecimal28SparseHolder.vectorDeprecated.The Vector holding the actual values. -
Uses of Decimal28SparseVector in org.apache.drill.exec.vector
Methods in org.apache.drill.exec.vector that return Decimal28SparseVectorModifier and TypeMethodDescriptionNullableDecimal28SparseVector.convertToRequiredVector()RepeatedDecimal28SparseVector.getDataVector()NullableDecimal28SparseVector.getValuesVector()NullableDecimal28SparseVector.Mutator.getVectorWithValues()Methods in org.apache.drill.exec.vector that return types with arguments of type Decimal28SparseVectorModifier and TypeMethodDescriptionRepeatedDecimal28SparseVector.addOrGetVector(VectorDescriptor descriptor) Methods in org.apache.drill.exec.vector with parameters of type Decimal28SparseVectorModifier and TypeMethodDescriptionvoidDecimal28SparseVector.copyFrom(int fromIndex, int thisIndex, Decimal28SparseVector from) voidDecimal28SparseVector.copyFromSafe(int fromIndex, int thisIndex, Decimal28SparseVector from) voidNullableDecimal28SparseVector.copyFromSafe(int fromIndex, int thisIndex, Decimal28SparseVector from) voidNullableDecimal28SparseVector.Mutator.fromNotNullable(Decimal28SparseVector srce) voidDecimal28SparseVector.splitAndTransferTo(int startIndex, int length, Decimal28SparseVector target) voidDecimal28SparseVector.transferTo(Decimal28SparseVector target) -
Uses of Decimal28SparseVector in org.apache.drill.exec.vector.accessor
Constructors in org.apache.drill.exec.vector.accessor with parameters of type Decimal28SparseVector -
Uses of Decimal28SparseVector in org.apache.drill.exec.vector.complex.impl
Constructors in org.apache.drill.exec.vector.complex.impl with parameters of type Decimal28SparseVectorModifierConstructorDescriptionDecimal28SparseWriterImpl(Decimal28SparseVector vector, org.apache.drill.exec.vector.complex.impl.AbstractFieldWriter parent)