Uses of Class
org.apache.drill.exec.vector.NullableDecimal28DenseVector
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 NullableDecimal28DenseVector in org.apache.drill.exec.vector
Modifier and TypeMethodDescriptionvoid
NullableDecimal28DenseVector.copyFrom
(int fromIndex, int thisIndex, NullableDecimal28DenseVector from) void
NullableDecimal28DenseVector.copyFromSafe
(int fromIndex, int thisIndex, NullableDecimal28DenseVector from) void
NullableDecimal28DenseVector.splitAndTransferTo
(int startIndex, int length, NullableDecimal28DenseVector target) void
NullableDecimal28DenseVector.transferTo
(NullableDecimal28DenseVector target) -
Uses of NullableDecimal28DenseVector in org.apache.drill.exec.vector.accessor
ModifierConstructorDescription -
Uses of NullableDecimal28DenseVector in org.apache.drill.exec.vector.complex.impl
ModifierConstructorDescriptionNullableDecimal28DenseWriterImpl
(NullableDecimal28DenseVector vector, org.apache.drill.exec.vector.complex.impl.AbstractFieldWriter parent)