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