Uses of Class
org.apache.drill.exec.vector.Decimal38DenseVector
Packages that use Decimal38DenseVector
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 Decimal38DenseVector in org.apache.drill.exec.expr.holders
Fields in org.apache.drill.exec.expr.holders declared as Decimal38DenseVectorModifier and TypeFieldDescriptionRepeatedDecimal38DenseHolder.vectorDeprecated.The Vector holding the actual values. -
Uses of Decimal38DenseVector in org.apache.drill.exec.vector
Methods in org.apache.drill.exec.vector that return Decimal38DenseVectorModifier and TypeMethodDescriptionNullableDecimal38DenseVector.convertToRequiredVector()RepeatedDecimal38DenseVector.getDataVector()NullableDecimal38DenseVector.getValuesVector()NullableDecimal38DenseVector.Mutator.getVectorWithValues()Methods in org.apache.drill.exec.vector that return types with arguments of type Decimal38DenseVectorModifier and TypeMethodDescriptionRepeatedDecimal38DenseVector.addOrGetVector(VectorDescriptor descriptor) Methods in org.apache.drill.exec.vector with parameters of type Decimal38DenseVectorModifier and TypeMethodDescriptionvoidDecimal38DenseVector.copyFrom(int fromIndex, int thisIndex, Decimal38DenseVector from) voidDecimal38DenseVector.copyFromSafe(int fromIndex, int thisIndex, Decimal38DenseVector from) voidNullableDecimal38DenseVector.copyFromSafe(int fromIndex, int thisIndex, Decimal38DenseVector from) voidNullableDecimal38DenseVector.Mutator.fromNotNullable(Decimal38DenseVector srce) voidDecimal38DenseVector.splitAndTransferTo(int startIndex, int length, Decimal38DenseVector target) voidDecimal38DenseVector.transferTo(Decimal38DenseVector target) -
Uses of Decimal38DenseVector in org.apache.drill.exec.vector.accessor
Constructors in org.apache.drill.exec.vector.accessor with parameters of type Decimal38DenseVector -
Uses of Decimal38DenseVector in org.apache.drill.exec.vector.complex.impl
Constructors in org.apache.drill.exec.vector.complex.impl with parameters of type Decimal38DenseVectorModifierConstructorDescriptionDecimal38DenseWriterImpl(Decimal38DenseVector vector, org.apache.drill.exec.vector.complex.impl.AbstractFieldWriter parent)