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 TypeMethodDescriptionvoidNullableDecimal28SparseVector.copyFrom(int fromIndex, int thisIndex, NullableDecimal28SparseVector from) voidNullableDecimal28SparseVector.copyFromSafe(int fromIndex, int thisIndex, NullableDecimal28SparseVector from) voidNullableDecimal28SparseVector.splitAndTransferTo(int startIndex, int length, NullableDecimal28SparseVector target) voidNullableDecimal28SparseVector.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)