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