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