Uses of Class
org.apache.drill.exec.vector.UInt4Vector
Packages that use UInt4Vector
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.
Provides implementations of the API defined in the parent package.
Implementation of the vector writers.
-
Uses of UInt4Vector in org.apache.drill.exec.expr.holders
Fields in org.apache.drill.exec.expr.holders declared as UInt4VectorModifier and TypeFieldDescriptionRepeatedUInt4Holder.vector
The Vector holding the actual values. -
Uses of UInt4Vector in org.apache.drill.exec.vector
Methods in org.apache.drill.exec.vector that return UInt4VectorModifier and TypeMethodDescriptionNullableUInt4Vector.convertToRequiredVector()
RepeatedUInt4Vector.getDataVector()
NullableVar16CharVector.getOffsetVector()
NullableVarBinaryVector.getOffsetVector()
NullableVarCharVector.getOffsetVector()
NullableVarDecimalVector.getOffsetVector()
Var16CharVector.Accessor.getOffsetVector()
Var16CharVector.getOffsetVector()
VarBinaryVector.Accessor.getOffsetVector()
VarBinaryVector.getOffsetVector()
VarCharVector.Accessor.getOffsetVector()
VarCharVector.getOffsetVector()
VarDecimalVector.Accessor.getOffsetVector()
VarDecimalVector.getOffsetVector()
VariableWidthVector.getOffsetVector()
NullableUInt4Vector.getValuesVector()
NullableUInt4Vector.Mutator.getVectorWithValues()
Methods in org.apache.drill.exec.vector that return types with arguments of type UInt4VectorModifier and TypeMethodDescriptionRepeatedUInt4Vector.addOrGetVector
(VectorDescriptor descriptor) Methods in org.apache.drill.exec.vector with parameters of type UInt4VectorModifier and TypeMethodDescriptionvoid
UInt4Vector.copyFrom
(int fromIndex, int thisIndex, UInt4Vector from) void
NullableUInt4Vector.copyFromSafe
(int fromIndex, int thisIndex, UInt4Vector from) void
UInt4Vector.copyFromSafe
(int fromIndex, int thisIndex, UInt4Vector from) void
NullableUInt4Vector.Mutator.fromNotNullable
(UInt4Vector srce) void
UInt4Vector.splitAndTransferTo
(int startIndex, int length, UInt4Vector target) void
UInt4Vector.transferTo
(UInt4Vector target) Constructors in org.apache.drill.exec.vector with parameters of type UInt4VectorModifierConstructorDescriptionBufferedMutator
(int startIdx, int buffSz, UInt4Vector parent) Buffered mutator to optimize bulk access to the underlying vector containerBufferedMutator
(int startIdx, UInt4Vector parent) -
Uses of UInt4Vector in org.apache.drill.exec.vector.accessor
Constructors in org.apache.drill.exec.vector.accessor with parameters of type UInt4Vector -
Uses of UInt4Vector in org.apache.drill.exec.vector.accessor.impl
Methods in org.apache.drill.exec.vector.accessor.impl with parameters of type UInt4VectorModifier and TypeMethodDescriptionstatic void
VectorPrinter.printOffsets
(UInt4Vector vector, int maxPrint) static void
VectorPrinter.printOffsets
(UInt4Vector vector, int start, int length) -
Uses of UInt4Vector in org.apache.drill.exec.vector.accessor.writer
Constructors in org.apache.drill.exec.vector.accessor.writer with parameters of type UInt4VectorModifierConstructorDescriptionBaseArrayWriter
(ColumnMetadata schema, UInt4Vector offsetVector, AbstractObjectWriter elementObjWriter) BaseVarWidthWriter
(UInt4Vector offsetVector) protected
ObjectArrayWriter
(ColumnMetadata schema, UInt4Vector offsetVector, AbstractObjectWriter elementWriter) ObjectDictWriter
(ColumnMetadata schema, UInt4Vector offsetVector, DictEntryWriter.DictEntryObjectWriter entryObjectWriter) OffsetVectorWriterImpl
(UInt4Vector vector) protected
RepeatedListWriter
(ColumnMetadata schema, UInt4Vector offsetVector, AbstractObjectWriter elementWriter) -
Uses of UInt4Vector in org.apache.drill.exec.vector.complex
Fields in org.apache.drill.exec.vector.complex declared as UInt4VectorModifier and TypeFieldDescriptionprotected final UInt4Vector
AbstractRepeatedMapVector.offsets
protected final UInt4Vector
BaseRepeatedValueVector.offsets
Methods in org.apache.drill.exec.vector.complex that return UInt4VectorModifier and TypeMethodDescriptionAbstractRepeatedMapVector.getOffsetVector()
BaseRepeatedValueVector.getOffsetVector()
RepeatedListVector.getOffsetVector()
RepeatedValueVector.getOffsetVector()
Constructors in org.apache.drill.exec.vector.complex with parameters of type UInt4VectorModifierConstructorDescriptionprotected
AbstractRepeatedMapVector
(MaterializedField field, UInt4Vector offsets, CallBack callBack) EmptyValuePopulator
(UInt4Vector offsets) RepeatedMapVector
(MaterializedField field, UInt4Vector offsets, CallBack callBack) -
Uses of UInt4Vector in org.apache.drill.exec.vector.complex.impl
Constructors in org.apache.drill.exec.vector.complex.impl with parameters of type UInt4VectorModifierConstructorDescriptionUInt4ReaderImpl
(UInt4Vector vector) UInt4WriterImpl
(UInt4Vector vector, org.apache.drill.exec.vector.complex.impl.AbstractFieldWriter parent)