Uses of Class
org.apache.drill.exec.vector.Decimal9Vector
Packages that use Decimal9Vector
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 Decimal9Vector in org.apache.drill.exec.expr.holders
Fields in org.apache.drill.exec.expr.holders declared as Decimal9VectorModifier and TypeFieldDescriptionRepeatedDecimal9Holder.vectorDeprecated.The Vector holding the actual values. -
Uses of Decimal9Vector in org.apache.drill.exec.vector
Methods in org.apache.drill.exec.vector that return Decimal9VectorModifier and TypeMethodDescriptionNullableDecimal9Vector.convertToRequiredVector()RepeatedDecimal9Vector.getDataVector()NullableDecimal9Vector.getValuesVector()NullableDecimal9Vector.Mutator.getVectorWithValues()Methods in org.apache.drill.exec.vector that return types with arguments of type Decimal9VectorModifier and TypeMethodDescriptionRepeatedDecimal9Vector.addOrGetVector(VectorDescriptor descriptor) Methods in org.apache.drill.exec.vector with parameters of type Decimal9VectorModifier and TypeMethodDescriptionvoidDecimal9Vector.copyFrom(int fromIndex, int thisIndex, Decimal9Vector from) voidDecimal9Vector.copyFromSafe(int fromIndex, int thisIndex, Decimal9Vector from) voidNullableDecimal9Vector.copyFromSafe(int fromIndex, int thisIndex, Decimal9Vector from) voidNullableDecimal9Vector.Mutator.fromNotNullable(Decimal9Vector srce) voidDecimal9Vector.splitAndTransferTo(int startIndex, int length, Decimal9Vector target) voidDecimal9Vector.transferTo(Decimal9Vector target) -
Uses of Decimal9Vector in org.apache.drill.exec.vector.accessor
Constructors in org.apache.drill.exec.vector.accessor with parameters of type Decimal9Vector -
Uses of Decimal9Vector in org.apache.drill.exec.vector.complex.impl
Constructors in org.apache.drill.exec.vector.complex.impl with parameters of type Decimal9VectorModifierConstructorDescriptionDecimal9ReaderImpl(Decimal9Vector vector) Decimal9WriterImpl(Decimal9Vector vector, org.apache.drill.exec.vector.complex.impl.AbstractFieldWriter parent)