Package | Description |
---|---|
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.consumers | |
org.apache.arrow.driver.jdbc.accessor.impl.complex | |
org.apache.arrow.vector.complex | |
org.apache.arrow.vector.complex.impl |
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.
|
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 |
---|
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 © 2023 The Apache Software Foundation. All rights reserved.