| Package | Description |
|---|---|
| org.bytedeco.arrow | |
| org.bytedeco.arrow.global |
| Modifier and Type | Method and Description |
|---|---|
arrow.Endianness |
Schema.endianness()
\brief Return endianness in the schema
|
| Modifier and Type | Method and Description |
|---|---|
Schema |
Schema.WithEndianness(arrow.Endianness endianness)
\brief Set endianness in the schema
|
| Constructor and Description |
|---|
Schema(FieldVector fields,
arrow.Endianness endianness) |
Schema(FieldVector fields,
arrow.Endianness endianness,
KeyValueMetadata metadata) |
| Modifier and Type | Method and Description |
|---|---|
arrow.Endianness |
arrow.Endianness.intern() |
static arrow.Endianness |
arrow.Endianness.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static arrow.Endianness[] |
arrow.Endianness.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
arrow.EndiannessToString(arrow.Endianness endianness) |
static Schema |
arrow.schema(FieldVector fields,
arrow.Endianness endianness) |
static Schema |
arrow.schema(FieldVector fields,
arrow.Endianness endianness,
KeyValueMetadata metadata)
\brief Create a Schema instance
|
Copyright © 2021. All rights reserved.