Uses of Class
org.apache.drill.exec.vector.UInt8Vector
Packages that use UInt8Vector
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 UInt8Vector in org.apache.drill.exec.expr.holders
Fields in org.apache.drill.exec.expr.holders declared as UInt8VectorModifier and TypeFieldDescriptionRepeatedUInt8Holder.vector
The Vector holding the actual values. -
Uses of UInt8Vector in org.apache.drill.exec.vector
Methods in org.apache.drill.exec.vector that return UInt8VectorModifier and TypeMethodDescriptionNullableUInt8Vector.convertToRequiredVector()
RepeatedUInt8Vector.getDataVector()
NullableUInt8Vector.getValuesVector()
NullableUInt8Vector.Mutator.getVectorWithValues()
Methods in org.apache.drill.exec.vector that return types with arguments of type UInt8VectorModifier and TypeMethodDescriptionRepeatedUInt8Vector.addOrGetVector
(VectorDescriptor descriptor) Methods in org.apache.drill.exec.vector with parameters of type UInt8VectorModifier and TypeMethodDescriptionvoid
UInt8Vector.copyFrom
(int fromIndex, int thisIndex, UInt8Vector from) void
NullableUInt8Vector.copyFromSafe
(int fromIndex, int thisIndex, UInt8Vector from) void
UInt8Vector.copyFromSafe
(int fromIndex, int thisIndex, UInt8Vector from) void
NullableUInt8Vector.Mutator.fromNotNullable
(UInt8Vector srce) void
UInt8Vector.splitAndTransferTo
(int startIndex, int length, UInt8Vector target) void
UInt8Vector.transferTo
(UInt8Vector target) -
Uses of UInt8Vector in org.apache.drill.exec.vector.accessor
Constructors in org.apache.drill.exec.vector.accessor with parameters of type UInt8Vector -
Uses of UInt8Vector in org.apache.drill.exec.vector.complex.impl
Constructors in org.apache.drill.exec.vector.complex.impl with parameters of type UInt8VectorModifierConstructorDescriptionUInt8ReaderImpl
(UInt8Vector vector) UInt8WriterImpl
(UInt8Vector vector, org.apache.drill.exec.vector.complex.impl.AbstractFieldWriter parent)