Uses of Class
org.apache.drill.exec.vector.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
-
Uses of IntVector in org.apache.drill.exec.physical.impl.unnest
Modifier and TypeMethodDescriptionvoid
Unnest.setRowIdVector
(IntVector v) Set the vector for the rowId implicit columnvoid
UnnestImpl.setRowIdVector
(IntVector v) -
Uses of IntVector in org.apache.drill.exec.vector
Modifier and TypeMethodDescriptionNullableIntVector.convertToRequiredVector()
RepeatedIntVector.getDataVector()
NullableIntVector.getValuesVector()
NullableIntVector.Mutator.getVectorWithValues()
Modifier and TypeMethodDescriptionvoid
void
IntVector.copyFromSafe
(int fromIndex, int thisIndex, IntVector from) void
NullableIntVector.copyFromSafe
(int fromIndex, int thisIndex, IntVector from) void
NullableIntVector.Mutator.fromNotNullable
(IntVector srce) void
IntVector.splitAndTransferTo
(int startIndex, int length, IntVector target) void
IntVector.transferTo
(IntVector target) ModifierConstructorDescriptionBufferedMutator
(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
-
Uses of IntVector in org.apache.drill.exec.vector.complex.impl
ModifierConstructorDescriptionIntReaderImpl
(IntVector vector) IntWriterImpl
(IntVector vector, org.apache.drill.exec.vector.complex.impl.AbstractFieldWriter parent)