Uses of Class
org.apache.drill.exec.vector.IntVector
Packages that use IntVector
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 IntVector in org.apache.drill.exec.expr.holders
Fields in org.apache.drill.exec.expr.holders declared as IntVector -
Uses of IntVector in org.apache.drill.exec.physical.impl.unnest
Methods in org.apache.drill.exec.physical.impl.unnest with parameters of type IntVectorModifier and TypeMethodDescriptionvoidUnnest.setRowIdVector(IntVector v) Set the vector for the rowId implicit columnvoidUnnestImpl.setRowIdVector(IntVector v) -
Uses of IntVector in org.apache.drill.exec.vector
Methods in org.apache.drill.exec.vector that return IntVectorModifier and TypeMethodDescriptionNullableIntVector.convertToRequiredVector()RepeatedIntVector.getDataVector()NullableIntVector.getValuesVector()NullableIntVector.Mutator.getVectorWithValues()Methods in org.apache.drill.exec.vector that return types with arguments of type IntVectorMethods in org.apache.drill.exec.vector with parameters of type IntVectorModifier and TypeMethodDescriptionvoidvoidIntVector.copyFromSafe(int fromIndex, int thisIndex, IntVector from) voidNullableIntVector.copyFromSafe(int fromIndex, int thisIndex, IntVector from) voidNullableIntVector.Mutator.fromNotNullable(IntVector srce) voidIntVector.splitAndTransferTo(int startIndex, int length, IntVector target) voidIntVector.transferTo(IntVector target) Constructors in org.apache.drill.exec.vector with parameters of type IntVectorModifierConstructorDescriptionBufferedMutator(int startIdx, int buffSz, IntVector parent) Buffered mutator to optimize bulk access to the underlying vector containerBufferedMutator(int startIdx, IntVector parent) -
Uses of IntVector in org.apache.drill.exec.vector.accessor
Constructors in org.apache.drill.exec.vector.accessor with parameters of type IntVector -
Uses of IntVector in org.apache.drill.exec.vector.complex.impl
Constructors in org.apache.drill.exec.vector.complex.impl with parameters of type IntVectorModifierConstructorDescriptionIntReaderImpl(IntVector vector) IntWriterImpl(IntVector vector, org.apache.drill.exec.vector.complex.impl.AbstractFieldWriter parent)