| 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.driver.jdbc.accessor.impl.complex | |
| org.apache.arrow.vector.complex | |
| org.apache.arrow.vector.complex.impl |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AvroMapConsumer.resetValueVector(MapVector vector) |
| Constructor and Description |
|---|
AvroMapConsumer(MapVector vector,
Consumer delegate)
Instantiate a AvroMapConsumer.
|
| Constructor and Description |
|---|
MapBinder(MapVector vector) |
MapBinder(MapVector vector,
int jdbcType)
Init MapBinder and determine type of data vector.
|
| Modifier and Type | Method and Description |
|---|---|
static MapConsumer |
MapConsumer.createConsumer(MapVector mapVector,
int index,
boolean nullable)
Creates a consumer for
MapVector. |
| Constructor and Description |
|---|
MapConsumer(MapVector vector,
int index)
Instantiate a MapConsumer.
|
| Constructor and Description |
|---|
ArrowFlightJdbcMapVectorAccessor(MapVector vector,
IntSupplier currentRowSupplier,
ArrowFlightJdbcAccessorFactory.WasNullConsumer setCursorWasNull) |
| Modifier and Type | Method and Description |
|---|---|
MapVector |
AbstractContainerVector.addOrGetMap(String name,
boolean keysSorted) |
static MapVector |
MapVector.empty(String name,
BufferAllocator allocator,
boolean keysSorted)
Construct an empty MapVector with no data.
|
MapVector |
UnionVector.getMap() |
MapVector |
UnionVector.getMap(ArrowType arrowType) |
MapVector |
DenseUnionVector.getMap(byte typeId) |
MapVector |
UnionVector.getMap(String name,
ArrowType arrowType) |
| Constructor and Description |
|---|
UnionMapReader(MapVector vector)
Construct a new reader for the given vector.
|
UnionMapWriter(MapVector vector) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.