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.vector
Deprecated.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 TypeMethodDescriptionvoid
Decimal38DenseVector.copyFrom
(int fromIndex, int thisIndex, Decimal38DenseVector from) void
Decimal38DenseVector.copyFromSafe
(int fromIndex, int thisIndex, Decimal38DenseVector from) void
NullableDecimal38DenseVector.copyFromSafe
(int fromIndex, int thisIndex, Decimal38DenseVector from) void
NullableDecimal38DenseVector.Mutator.fromNotNullable
(Decimal38DenseVector srce) void
Decimal38DenseVector.splitAndTransferTo
(int startIndex, int length, Decimal38DenseVector target) void
Decimal38DenseVector.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)