| Package | Description |
|---|---|
| org.apache.arrow.vector.types | |
| org.apache.arrow.vector.types.pojo |
| Modifier and Type | Method and Description |
|---|---|
static UnionMode |
UnionMode.fromFlatbufID(short id) |
static UnionMode |
UnionMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UnionMode[] |
UnionMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
UnionMode |
ArrowType.Union.getMode() |
| Constructor and Description |
|---|
Union(UnionMode mode,
int[] typeIds) |
Copyright © 2023 The Apache Software Foundation. All rights reserved.