| Package | Description |
|---|---|
| org.bytedeco.arrow | |
| org.bytedeco.arrow_dataset | |
| org.bytedeco.arrow.global |
| Modifier and Type | Method and Description |
|---|---|
SchemaResult |
SchemaBuilder.Finish()
\brief Return the constructed Schema.
|
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.
|
SchemaResult |
SchemaResult.position(long position) |
SchemaResult |
SchemaResult.put(SchemaResult other)
Copy-assignment operator.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
SchemaResult.Equals(SchemaResult other)
Compare to another Result.
|
SchemaResult |
SchemaResult.put(SchemaResult other)
Copy-assignment operator.
|
| Constructor and Description |
|---|
SchemaResult(SchemaResult other)
Copy constructor.
|
| Modifier and Type | Method and Description |
|---|---|
SchemaResult |
SourceFactory.Inspect()
\brief Get unified schema for the resulting Source.
|
SchemaResult |
DatasetFactory.Inspect()
\brief Get unified schema for the resulting Dataset.
|
SchemaResult |
ParquetFileFormat.Inspect(FileSource source)
\brief Return the schema of the file if possible.
|
SchemaResult |
IpcFileFormat.Inspect(FileSource source)
\brief Return the schema of the file if possible.
|
SchemaResult |
FileFormat.Inspect(FileSource source)
\brief Return the schema of the file if possible.
|
| 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 © 2020. All rights reserved.