| Package | Description |
|---|---|
| org.apache.arrow.adapter.avro.consumers | |
| org.apache.arrow.adapter.jdbc.binder |
Utilities to bind Arrow data as JDBC prepared statement parameters.
|
| org.apache.arrow.adapter.jdbc.consumer | |
| org.apache.arrow.algorithm.sort | |
| org.apache.arrow.driver.jdbc.accessor.impl.numeric | |
| org.apache.arrow.vector.complex | |
| org.apache.arrow.vector.complex.impl |
| Constructor and Description |
|---|
AvroBooleanConsumer(BitVector vector)
Instantiate a AvroBooleanConsumer.
|
| Constructor and Description |
|---|
BitBinder(BitVector vector) |
BitBinder(BitVector vector,
int jdbcType) |
| Modifier and Type | Method and Description |
|---|---|
static JdbcConsumer<BitVector> |
BitConsumer.createConsumer(BitVector vector,
int index,
boolean nullable)
Creates a consumer for
BitVector. |
| Modifier and Type | Method and Description |
|---|---|
static JdbcConsumer<BitVector> |
BitConsumer.createConsumer(BitVector vector,
int index,
boolean nullable)
Creates a consumer for
BitVector. |
| Modifier and Type | Method and Description |
|---|---|
VectorValueComparator<BitVector> |
DefaultVectorComparators.BitComparator.createNew() |
| Constructor and Description |
|---|
ArrowFlightJdbcBitVectorAccessor(BitVector vector,
IntSupplier currentRowSupplier,
ArrowFlightJdbcAccessorFactory.WasNullConsumer setCursorWasNull)
Constructor for the BitVectorAccessor.
|
| Modifier and Type | Method and Description |
|---|---|
BitVector |
UnionVector.getBitVector() |
BitVector |
DenseUnionVector.getBitVector(byte typeId) |
BitVector |
UnionVector.getBitVector(String name) |
| Constructor and Description |
|---|
BitReaderImpl(BitVector vector) |
BitWriterImpl(BitVector vector) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.