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