Uses of Class
org.apache.arrow.vector.BitVector
Packages that use BitVector
Package
Description
Utilities to bind Arrow data as JDBC prepared statement parameters.
-
Uses of BitVector in org.apache.arrow.adapter.avro.consumers
Constructors in org.apache.arrow.adapter.avro.consumers with parameters of type BitVectorModifierConstructorDescriptionAvroBooleanConsumer
(BitVector vector) Instantiate a AvroBooleanConsumer. -
Uses of BitVector in org.apache.arrow.adapter.jdbc.binder
Constructors in org.apache.arrow.adapter.jdbc.binder with parameters of type BitVector -
Uses of BitVector in org.apache.arrow.adapter.jdbc.consumer
Methods in org.apache.arrow.adapter.jdbc.consumer that return types with arguments of type BitVectorModifier and TypeMethodDescriptionstatic JdbcConsumer<BitVector>
BitConsumer.createConsumer
(BitVector vector, int index, boolean nullable) Creates a consumer forBitVector
.Methods in org.apache.arrow.adapter.jdbc.consumer with parameters of type BitVectorModifier and TypeMethodDescriptionstatic JdbcConsumer<BitVector>
BitConsumer.createConsumer
(BitVector vector, int index, boolean nullable) Creates a consumer forBitVector
. -
Uses of BitVector in org.apache.arrow.algorithm.sort
Methods in org.apache.arrow.algorithm.sort that return types with arguments of type BitVector -
Uses of BitVector in org.apache.arrow.driver.jdbc.accessor.impl.numeric
Constructors in org.apache.arrow.driver.jdbc.accessor.impl.numeric with parameters of type BitVectorModifierConstructorDescriptionArrowFlightJdbcBitVectorAccessor
(BitVector vector, IntSupplier currentRowSupplier, ArrowFlightJdbcAccessorFactory.WasNullConsumer setCursorWasNull) Constructor for the BitVectorAccessor. -
Uses of BitVector in org.apache.arrow.vector.complex
Methods in org.apache.arrow.vector.complex that return BitVectorModifier and TypeMethodDescriptionDenseUnionVector.getBitVector
(byte typeId) UnionVector.getBitVector()
UnionVector.getBitVector
(String name) -
Uses of BitVector in org.apache.arrow.vector.complex.impl
Constructors in org.apache.arrow.vector.complex.impl with parameters of type BitVector