Uses of Class
org.apache.drill.exec.vector.NullableDecimal9Vector
Packages that use NullableDecimal9Vector
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 NullableDecimal9Vector in org.apache.drill.exec.vector
Methods in org.apache.drill.exec.vector with parameters of type NullableDecimal9VectorModifier and TypeMethodDescriptionvoidNullableDecimal9Vector.copyFrom(int fromIndex, int thisIndex, NullableDecimal9Vector from) voidNullableDecimal9Vector.copyFromSafe(int fromIndex, int thisIndex, NullableDecimal9Vector from) voidNullableDecimal9Vector.splitAndTransferTo(int startIndex, int length, NullableDecimal9Vector target) voidNullableDecimal9Vector.transferTo(NullableDecimal9Vector target) -
Uses of NullableDecimal9Vector in org.apache.drill.exec.vector.accessor
Constructors in org.apache.drill.exec.vector.accessor with parameters of type NullableDecimal9Vector -
Uses of NullableDecimal9Vector in org.apache.drill.exec.vector.complex.impl
Constructors in org.apache.drill.exec.vector.complex.impl with parameters of type NullableDecimal9VectorModifierConstructorDescriptionNullableDecimal9WriterImpl(NullableDecimal9Vector vector, org.apache.drill.exec.vector.complex.impl.AbstractFieldWriter parent)