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