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