Uses of Class
org.apache.drill.exec.vector.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
Modifier 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
ModifierConstructorDescription -
Uses of NullableDecimal38DenseVector in org.apache.drill.exec.vector.complex.impl
ModifierConstructorDescriptionNullableDecimal38DenseWriterImpl
(NullableDecimal38DenseVector vector, org.apache.drill.exec.vector.complex.impl.AbstractFieldWriter parent)