Uses of Class
org.apache.drill.exec.vector.Decimal38SparseVector
Packages that use Decimal38SparseVector
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 Decimal38SparseVector in org.apache.drill.exec.expr.holders
Fields in org.apache.drill.exec.expr.holders declared as Decimal38SparseVectorModifier and TypeFieldDescriptionRepeatedDecimal38SparseHolder.vectorDeprecated.The Vector holding the actual values. -
Uses of Decimal38SparseVector in org.apache.drill.exec.vector
Methods in org.apache.drill.exec.vector that return Decimal38SparseVectorModifier and TypeMethodDescriptionNullableDecimal38SparseVector.convertToRequiredVector()RepeatedDecimal38SparseVector.getDataVector()NullableDecimal38SparseVector.getValuesVector()NullableDecimal38SparseVector.Mutator.getVectorWithValues()Methods in org.apache.drill.exec.vector that return types with arguments of type Decimal38SparseVectorModifier and TypeMethodDescriptionRepeatedDecimal38SparseVector.addOrGetVector(VectorDescriptor descriptor) Methods in org.apache.drill.exec.vector with parameters of type Decimal38SparseVectorModifier and TypeMethodDescriptionvoidDecimal38SparseVector.copyFrom(int fromIndex, int thisIndex, Decimal38SparseVector from) voidDecimal38SparseVector.copyFromSafe(int fromIndex, int thisIndex, Decimal38SparseVector from) voidNullableDecimal38SparseVector.copyFromSafe(int fromIndex, int thisIndex, Decimal38SparseVector from) voidNullableDecimal38SparseVector.Mutator.fromNotNullable(Decimal38SparseVector srce) voidDecimal38SparseVector.splitAndTransferTo(int startIndex, int length, Decimal38SparseVector target) voidDecimal38SparseVector.transferTo(Decimal38SparseVector target) -
Uses of Decimal38SparseVector in org.apache.drill.exec.vector.accessor
Constructors in org.apache.drill.exec.vector.accessor with parameters of type Decimal38SparseVector -
Uses of Decimal38SparseVector in org.apache.drill.exec.vector.complex.impl
Constructors in org.apache.drill.exec.vector.complex.impl with parameters of type Decimal38SparseVectorModifierConstructorDescriptionDecimal38SparseWriterImpl(Decimal38SparseVector vector, org.apache.drill.exec.vector.complex.impl.AbstractFieldWriter parent)