Uses of Class
org.apache.drill.exec.vector.BitVector
Packages that use BitVector
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 BitVector in org.apache.drill.exec.expr.holders
Fields in org.apache.drill.exec.expr.holders declared as BitVector -
Uses of BitVector in org.apache.drill.exec.store
Methods in org.apache.drill.exec.store with parameters of type BitVectorModifier and TypeMethodDescriptionprotected voidAbstractRecordWriter.setPartitionVector(BitVector newPartitionVector) -
Uses of BitVector in org.apache.drill.exec.vector
Methods in org.apache.drill.exec.vector that return BitVectorModifier and TypeMethodDescriptionNullableBitVector.convertToRequiredVector()RepeatedBitVector.getDataVector()NullableBitVector.getValuesVector()NullableBitVector.Mutator.getVectorWithValues()Methods in org.apache.drill.exec.vector that return types with arguments of type BitVectorMethods in org.apache.drill.exec.vector with parameters of type BitVectorModifier and TypeMethodDescriptionvoidvoidBitVector.copyFromSafe(int inIndex, int outIndex, BitVector from) voidNullableBitVector.copyFromSafe(int fromIndex, int thisIndex, BitVector from) voidNullableBitVector.Mutator.fromNotNullable(BitVector srce) voidBitVector.splitAndTransferTo(int startIndex, int length, BitVector target) voidBitVector.transferTo(BitVector target) -
Uses of BitVector in org.apache.drill.exec.vector.accessor
Constructors in org.apache.drill.exec.vector.accessor with parameters of type BitVector -
Uses of BitVector in org.apache.drill.exec.vector.complex.impl
Constructors in org.apache.drill.exec.vector.complex.impl with parameters of type BitVectorModifierConstructorDescriptionBitReaderImpl(BitVector vector) BitWriterImpl(BitVector vector, org.apache.drill.exec.vector.complex.impl.AbstractFieldWriter parent)