Uses of Class
org.apache.drill.exec.vector.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
Modifier and TypeFieldDescriptionRepeatedUInt8Holder.vector
The Vector holding the actual values. -
Uses of UInt8Vector in org.apache.drill.exec.vector
Modifier and TypeMethodDescriptionNullableUInt8Vector.convertToRequiredVector()
RepeatedUInt8Vector.getDataVector()
NullableUInt8Vector.getValuesVector()
NullableUInt8Vector.Mutator.getVectorWithValues()
Modifier and TypeMethodDescriptionRepeatedUInt8Vector.addOrGetVector
(VectorDescriptor descriptor) Modifier 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
-
Uses of UInt8Vector in org.apache.drill.exec.vector.complex.impl
ModifierConstructorDescriptionUInt8ReaderImpl
(UInt8Vector vector) UInt8WriterImpl
(UInt8Vector vector, org.apache.drill.exec.vector.complex.impl.AbstractFieldWriter parent)