Uses of Class
org.apache.drill.exec.vector.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
Modifier and TypeFieldDescriptionRepeatedUInt4Holder.vector
The Vector holding the actual values. -
Uses of UInt4Vector in org.apache.drill.exec.vector
Modifier 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()
Modifier and TypeMethodDescriptionRepeatedUInt4Vector.addOrGetVector
(VectorDescriptor descriptor) Modifier 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) ModifierConstructorDescriptionBufferedMutator
(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
-
Uses of UInt4Vector in org.apache.drill.exec.vector.accessor.impl
Modifier 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
ModifierConstructorDescriptionBaseArrayWriter
(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
Modifier and TypeFieldDescriptionprotected final UInt4Vector
AbstractRepeatedMapVector.offsets
protected final UInt4Vector
BaseRepeatedValueVector.offsets
Modifier and TypeMethodDescriptionAbstractRepeatedMapVector.getOffsetVector()
BaseRepeatedValueVector.getOffsetVector()
RepeatedListVector.getOffsetVector()
RepeatedValueVector.getOffsetVector()
ModifierConstructorDescriptionprotected
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
ModifierConstructorDescriptionUInt4ReaderImpl
(UInt4Vector vector) UInt4WriterImpl
(UInt4Vector vector, org.apache.drill.exec.vector.complex.impl.AbstractFieldWriter parent)