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.vectorThe 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 TypeMethodDescriptionvoidBigIntVector.copyFrom(int fromIndex, int thisIndex, BigIntVector from) voidBigIntVector.copyFromSafe(int fromIndex, int thisIndex, BigIntVector from) voidNullableBigIntVector.copyFromSafe(int fromIndex, int thisIndex, BigIntVector from) voidNullableBigIntVector.Mutator.fromNotNullable(BigIntVector srce) voidBigIntVector.splitAndTransferTo(int startIndex, int length, BigIntVector target) voidBigIntVector.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)