| Package | Description |
|---|---|
| org.apache.arrow.vector.complex | |
| org.apache.arrow.vector.complex.impl |
| Modifier and Type | Method and Description |
|---|---|
UnionVector |
ListVector.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) |
void |
UnionVector.transferTo(UnionVector target) |
| Modifier and Type | Field and Description |
|---|---|
UnionVector |
UnionReader.data |
| Constructor and Description |
|---|
UnionReader(UnionVector data) |
UnionWriter(UnionVector vector) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.