Package | Description |
---|---|
org.apache.arrow.consumers | |
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.
|
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 © 2022 The Apache Software Foundation. All rights reserved.