Uses of Class
org.apache.drill.exec.vector.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
Modifier and TypeFieldDescriptionRepeatedUInt2Holder.vector
The Vector holding the actual values. -
Uses of UInt2Vector in org.apache.drill.exec.vector
Modifier and TypeMethodDescriptionNullableUInt2Vector.convertToRequiredVector()
RepeatedUInt2Vector.getDataVector()
NullableUInt2Vector.getValuesVector()
NullableUInt2Vector.Mutator.getVectorWithValues()
Modifier and TypeMethodDescriptionRepeatedUInt2Vector.addOrGetVector
(VectorDescriptor descriptor) Modifier 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
-
Uses of UInt2Vector in org.apache.drill.exec.vector.complex.impl
ModifierConstructorDescriptionUInt2ReaderImpl
(UInt2Vector vector) UInt2WriterImpl
(UInt2Vector vector, org.apache.drill.exec.vector.complex.impl.AbstractFieldWriter parent)