| Package | Description |
|---|---|
| org.apache.arrow.vector.complex | |
| org.apache.arrow.vector.complex.impl |
| Modifier and Type | Method and Description |
|---|---|
UnionVector |
AbstractContainerVector.addOrGetUnion(String name) |
UnionVector |
ListVector.promoteToUnion() |
UnionVector |
FixedSizeListVector.promoteToUnion() |
UnionVector |
PromotableVector.promoteToUnion() |
| Modifier and Type | Method and Description |
|---|---|
void |
UnionVector.copyFrom(int inIndex,
int outIndex,
UnionVector from) |
void |
UnionVector.copyFromSafe(int inIndex,
int outIndex,
UnionVector from) |
| Modifier and Type | Field and Description |
|---|---|
UnionVector |
UnionReader.data |
| Constructor and Description |
|---|
UnionReader(UnionVector data) |
UnionWriter(UnionVector vector) |
UnionWriter(UnionVector vector,
NullableMapWriterFactory nullableMapWriterFactory) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.