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 void
AbstractRecordWriter.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 TypeMethodDescriptionvoid
void
BitVector.copyFromSafe
(int inIndex, int outIndex, BitVector from) void
NullableBitVector.copyFromSafe
(int fromIndex, int thisIndex, BitVector from) void
NullableBitVector.Mutator.fromNotNullable
(BitVector srce) void
BitVector.splitAndTransferTo
(int startIndex, int length, BitVector target) void
BitVector.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)