Uses of Class
org.apache.drill.exec.vector.BigIntVector
Packages that use BigIntVector
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 BigIntVector in org.apache.drill.exec.expr.holders
Fields in org.apache.drill.exec.expr.holders declared as BigIntVectorModifier and TypeFieldDescriptionRepeatedBigIntHolder.vector
The Vector holding the actual values. -
Uses of BigIntVector in org.apache.drill.exec.vector
Methods in org.apache.drill.exec.vector that return BigIntVectorModifier and TypeMethodDescriptionNullableBigIntVector.convertToRequiredVector()
RepeatedBigIntVector.getDataVector()
NullableBigIntVector.getValuesVector()
NullableBigIntVector.Mutator.getVectorWithValues()
Methods in org.apache.drill.exec.vector that return types with arguments of type BigIntVectorModifier and TypeMethodDescriptionRepeatedBigIntVector.addOrGetVector
(VectorDescriptor descriptor) Methods in org.apache.drill.exec.vector with parameters of type BigIntVectorModifier and TypeMethodDescriptionvoid
BigIntVector.copyFrom
(int fromIndex, int thisIndex, BigIntVector from) void
BigIntVector.copyFromSafe
(int fromIndex, int thisIndex, BigIntVector from) void
NullableBigIntVector.copyFromSafe
(int fromIndex, int thisIndex, BigIntVector from) void
NullableBigIntVector.Mutator.fromNotNullable
(BigIntVector srce) void
BigIntVector.splitAndTransferTo
(int startIndex, int length, BigIntVector target) void
BigIntVector.transferTo
(BigIntVector target) -
Uses of BigIntVector in org.apache.drill.exec.vector.accessor
Constructors in org.apache.drill.exec.vector.accessor with parameters of type BigIntVector -
Uses of BigIntVector in org.apache.drill.exec.vector.complex.impl
Constructors in org.apache.drill.exec.vector.complex.impl with parameters of type BigIntVectorModifierConstructorDescriptionBigIntReaderImpl
(BigIntVector vector) BigIntWriterImpl
(BigIntVector vector, org.apache.drill.exec.vector.complex.impl.AbstractFieldWriter parent)