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