Uses of Class
org.apache.drill.exec.vector.NullableDecimal28DenseVector
Packages that use 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
Methods in org.apache.drill.exec.vector with parameters of type NullableDecimal28DenseVectorModifier and TypeMethodDescriptionvoidNullableDecimal28DenseVector.copyFrom(int fromIndex, int thisIndex, NullableDecimal28DenseVector from) voidNullableDecimal28DenseVector.copyFromSafe(int fromIndex, int thisIndex, NullableDecimal28DenseVector from) voidNullableDecimal28DenseVector.splitAndTransferTo(int startIndex, int length, NullableDecimal28DenseVector target) voidNullableDecimal28DenseVector.transferTo(NullableDecimal28DenseVector target) -
Uses of NullableDecimal28DenseVector in org.apache.drill.exec.vector.accessor
Constructors in org.apache.drill.exec.vector.accessor with parameters of type NullableDecimal28DenseVectorModifierConstructorDescription -
Uses of NullableDecimal28DenseVector in org.apache.drill.exec.vector.complex.impl
Constructors in org.apache.drill.exec.vector.complex.impl with parameters of type NullableDecimal28DenseVectorModifierConstructorDescriptionNullableDecimal28DenseWriterImpl(NullableDecimal28DenseVector vector, org.apache.drill.exec.vector.complex.impl.AbstractFieldWriter parent)