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.vectorThe 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 TypeMethodDescriptionvoidUInt4Vector.copyFrom(int fromIndex, int thisIndex, UInt4Vector from) voidNullableUInt4Vector.copyFromSafe(int fromIndex, int thisIndex, UInt4Vector from) voidUInt4Vector.copyFromSafe(int fromIndex, int thisIndex, UInt4Vector from) voidNullableUInt4Vector.Mutator.fromNotNullable(UInt4Vector srce) voidUInt4Vector.splitAndTransferTo(int startIndex, int length, UInt4Vector target) voidUInt4Vector.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 voidVectorPrinter.printOffsets(UInt4Vector vector, int maxPrint) static voidVectorPrinter.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) protectedObjectArrayWriter(ColumnMetadata schema, UInt4Vector offsetVector, AbstractObjectWriter elementWriter) ObjectDictWriter(ColumnMetadata schema, UInt4Vector offsetVector, DictEntryWriter.DictEntryObjectWriter entryObjectWriter) OffsetVectorWriterImpl(UInt4Vector vector) protectedRepeatedListWriter(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 UInt4VectorAbstractRepeatedMapVector.offsetsprotected final UInt4VectorBaseRepeatedValueVector.offsetsMethods 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 UInt4VectorModifierConstructorDescriptionprotectedAbstractRepeatedMapVector(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)