| Package | Description |
|---|---|
| org.bytedeco.arrow | |
| org.bytedeco.arrow.global |
| Modifier and Type | Method and Description |
|---|---|
UnionMode.type |
UnionMode.type.intern() |
UnionMode.type |
UnionType.mode() |
UnionMode.type |
UnionArray.mode() |
static UnionMode.type |
UnionMode.type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UnionMode.type[] |
UnionMode.type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static DataTypeResult |
UnionType.Make(FieldVector fields,
byte[] type_codes,
UnionMode.type mode) |
static DataTypeResult |
UnionType.Make(FieldVector fields,
ByteBuffer type_codes,
UnionMode.type mode) |
static DataTypeResult |
UnionType.Make(FieldVector fields,
BytePointer type_codes,
UnionMode.type mode) |
| Modifier and Type | Method and Description |
|---|---|
static DataType |
arrow.union_(ArrayVector children,
StringVector field_names,
byte[] type_codes,
UnionMode.type mode)
Deprecated.
|
static DataType |
arrow.union_(ArrayVector children,
StringVector field_names,
ByteBuffer type_codes,
UnionMode.type mode)
Deprecated.
|
static DataType |
arrow.union_(ArrayVector children,
StringVector field_names,
BytePointer type_codes,
UnionMode.type mode)
Deprecated.
|
static DataType |
arrow.union_(ArrayVector children,
StringVector field_names,
UnionMode.type mode)
Deprecated.
|
static DataType |
arrow.union_(ArrayVector children,
UnionMode.type mode)
Deprecated.
|
static DataType |
arrow.union_(FieldVector child_fields,
byte[] type_codes,
UnionMode.type mode)
Deprecated.
|
static DataType |
arrow.union_(FieldVector child_fields,
ByteBuffer type_codes,
UnionMode.type mode)
Deprecated.
|
static DataType |
arrow.union_(FieldVector child_fields,
BytePointer type_codes,
UnionMode.type mode)
Deprecated.
|
static DataType |
arrow.union_(FieldVector child_fields,
UnionMode.type mode)
Deprecated.
|
Copyright © 2021. All rights reserved.