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