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.vectorThe 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 TypeMethodDescriptionvoidUInt8Vector.copyFrom(int fromIndex, int thisIndex, UInt8Vector from) voidNullableUInt8Vector.copyFromSafe(int fromIndex, int thisIndex, UInt8Vector from) voidUInt8Vector.copyFromSafe(int fromIndex, int thisIndex, UInt8Vector from) voidNullableUInt8Vector.Mutator.fromNotNullable(UInt8Vector srce) voidUInt8Vector.splitAndTransferTo(int startIndex, int length, UInt8Vector target) voidUInt8Vector.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)