| Package | Description |
|---|---|
| org.bytedeco.arrow | |
| org.bytedeco.arrow.global |
| Modifier and Type | Method and Description |
|---|---|
SchemaVector |
SchemaVectorResult.MoveValueUnsafe() |
SchemaVector |
SchemaVectorResult.multiply() |
SchemaVector |
SchemaVector.push_back(Schema value) |
SchemaVector |
SchemaVector.put(long i,
Schema value) |
SchemaVector |
SchemaVector.put(Schema... array) |
SchemaVector |
SchemaVector.put(Schema value) |
SchemaVector |
SchemaVector.put(SchemaVector x) |
SchemaVector |
SchemaVectorResult.ValueOrDie()
Gets a mutable reference to the stored
T value. |
SchemaVector |
SchemaVectorResult.ValueUnsafe()
Cast the internally stored value to produce a new result or propagate the stored
error.
|
| Modifier and Type | Method and Description |
|---|---|
Status |
SchemaBuilder.AddSchemas(SchemaVector schemas)
\brief Add fields of multiple Schemas to the constructed Schema.
|
static Status |
SchemaBuilder.AreCompatible(SchemaVector schemas) |
static Status |
SchemaBuilder.AreCompatible(SchemaVector schemas,
int policy) |
static Status |
SchemaBuilder.AreCompatible(SchemaVector schemas,
SchemaBuilder.ConflictPolicy policy)
\brief Indicate if schemas are compatible to merge according to policy.
|
static SchemaResult |
SchemaBuilder.Merge(SchemaVector schemas) |
static SchemaResult |
SchemaBuilder.Merge(SchemaVector schemas,
int policy) |
static SchemaResult |
SchemaBuilder.Merge(SchemaVector schemas,
SchemaBuilder.ConflictPolicy policy)
\brief Merge schemas in a unified schema according to policy.
|
SchemaVector |
SchemaVector.put(SchemaVector x) |
| Constructor and Description |
|---|
SchemaVectorResult(SchemaVector value)
Constructs a Result object that contains
value. |
| Modifier and Type | Method and Description |
|---|---|
static SchemaResult |
arrow.UnifySchemas(SchemaVector schemas) |
static SchemaResult |
arrow.UnifySchemas(SchemaVector schemas,
Field.MergeOptions field_merge_options)
\brief Unifies schemas by merging fields by name.
|
Copyright © 2021. All rights reserved.