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