| Package | Description |
|---|---|
| org.bytedeco.arrow_dataset |
| Modifier and Type | Method and Description |
|---|---|
DatasetResult |
DatasetFactory.Finish()
\brief Create a Dataset using the inspected schema.
|
DatasetResult |
DatasetFactory.Finish(Schema schema)
\brief Create a Dataset with the given schema.
|
static DatasetResult |
Dataset.Make(Source sources,
Schema schema) |
DatasetResult |
DatasetResult.position(long position) |
DatasetResult |
DatasetResult.put(DatasetResult other)
Copy-assignment operator.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
DatasetResult.Equals(DatasetResult other)
Compare to another Result.
|
DatasetResult |
DatasetResult.put(DatasetResult other)
Copy-assignment operator.
|
| Constructor and Description |
|---|
DatasetResult(DatasetResult other)
Copy constructor.
|
Copyright © 2020. All rights reserved.