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