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