Uses of Class
org.apache.drill.exec.vector.Decimal28DenseVector
Packages that use Decimal28DenseVector
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 Decimal28DenseVector in org.apache.drill.exec.expr.holders
Fields in org.apache.drill.exec.expr.holders declared as Decimal28DenseVectorModifier and TypeFieldDescriptionRepeatedDecimal28DenseHolder.vector
Deprecated.The Vector holding the actual values. -
Uses of Decimal28DenseVector in org.apache.drill.exec.vector
Methods in org.apache.drill.exec.vector that return Decimal28DenseVectorModifier and TypeMethodDescriptionNullableDecimal28DenseVector.convertToRequiredVector()
RepeatedDecimal28DenseVector.getDataVector()
NullableDecimal28DenseVector.getValuesVector()
NullableDecimal28DenseVector.Mutator.getVectorWithValues()
Methods in org.apache.drill.exec.vector that return types with arguments of type Decimal28DenseVectorModifier and TypeMethodDescriptionRepeatedDecimal28DenseVector.addOrGetVector
(VectorDescriptor descriptor) Methods in org.apache.drill.exec.vector with parameters of type Decimal28DenseVectorModifier and TypeMethodDescriptionvoid
Decimal28DenseVector.copyFrom
(int fromIndex, int thisIndex, Decimal28DenseVector from) void
Decimal28DenseVector.copyFromSafe
(int fromIndex, int thisIndex, Decimal28DenseVector from) void
NullableDecimal28DenseVector.copyFromSafe
(int fromIndex, int thisIndex, Decimal28DenseVector from) void
NullableDecimal28DenseVector.Mutator.fromNotNullable
(Decimal28DenseVector srce) void
Decimal28DenseVector.splitAndTransferTo
(int startIndex, int length, Decimal28DenseVector target) void
Decimal28DenseVector.transferTo
(Decimal28DenseVector target) -
Uses of Decimal28DenseVector in org.apache.drill.exec.vector.accessor
Constructors in org.apache.drill.exec.vector.accessor with parameters of type Decimal28DenseVector -
Uses of Decimal28DenseVector in org.apache.drill.exec.vector.complex.impl
Constructors in org.apache.drill.exec.vector.complex.impl with parameters of type Decimal28DenseVectorModifierConstructorDescriptionDecimal28DenseWriterImpl
(Decimal28DenseVector vector, org.apache.drill.exec.vector.complex.impl.AbstractFieldWriter parent)