| Package | Description |
|---|---|
| org.bytedeco.arrow_dataset |
| Modifier and Type | Class and Description |
|---|---|
class |
FileSystemDataset
\brief A Dataset of FileFragments.
|
class |
InMemoryDataset
\addtogroup dataset-implementations
\{
|
class |
UnionDataset
\brief A Dataset wrapping child Datasets.
|
| Modifier and Type | Method and Description |
|---|---|
Dataset |
DatasetResult.access() |
Dataset |
UnionDataset.children() |
Dataset |
DatasetResult.MoveValueUnsafe() |
Dataset |
DatasetResult.multiply() |
Dataset |
DatasetResult.ValueOrDie()
Gets a mutable reference to the stored
T value. |
Dataset |
DatasetResult.ValueUnsafe()
Cast the internally stored value to produce a new result or propagate the stored
error.
|
| Modifier and Type | Method and Description |
|---|---|
static UnionDatasetResult |
UnionDataset.Make(Schema schema,
Dataset children)
\brief Construct a UnionDataset wrapping child Datasets.
|
| Constructor and Description |
|---|
DatasetResult(Dataset value)
Constructs a Result object that contains
value. |
ScannerBuilder(Dataset dataset) |
ScannerBuilder(Dataset dataset,
ScanOptions scan_options) |
Copyright © 2021. All rights reserved.