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 |
DatasetResult.access() |
Dataset |
UnionDataset.children() |
Dataset |
UnionDataset.children() |
Dataset |
Scanner.dataset()
\brief Get the dataset that this scanner will scan
|
Dataset |
ScanNodeOptions.dataset() |
Dataset |
ScanNodeOptions.dataset() |
Dataset |
Scanner.dataset()
\brief Get the dataset that this scanner will scan
|
Dataset |
DatasetResult.MoveValueUnsafe() |
Dataset |
DatasetResult.MoveValueUnsafe() |
Dataset |
DatasetResult.multiply() |
Dataset |
DatasetResult.multiply() |
Dataset |
DatasetResult.ValueOrDie()
Gets a mutable reference to the stored
T value. |
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.
|
Dataset |
DatasetResult.ValueUnsafe()
Cast the internally stored value to produce a new result or propagate the stored
error.
|
Modifier and Type | Method and Description |
---|---|
ScanNodeOptions |
ScanNodeOptions.dataset(Dataset setter) |
ScanNodeOptions |
ScanNodeOptions.dataset(Dataset setter) |
static UnionDatasetResult |
UnionDataset.Make(Schema schema,
Dataset children)
\brief Construct a UnionDataset wrapping child Datasets.
|
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 . |
DatasetResult(Dataset value)
Constructs a Result object that contains
value . |
ScannerBuilder(Dataset dataset) |
ScannerBuilder(Dataset dataset) |
ScannerBuilder(Dataset dataset,
ScanOptions scan_options) |
ScannerBuilder(Dataset dataset,
ScanOptions scan_options) |
ScanNodeOptions(Dataset dataset,
ScanOptions scan_options) |
ScanNodeOptions(Dataset dataset,
ScanOptions scan_options) |
ScanNodeOptions(Dataset dataset,
ScanOptions scan_options,
AsyncToggle backpressure_toggle,
boolean require_sequenced_output) |
ScanNodeOptions(Dataset dataset,
ScanOptions scan_options,
AsyncToggle backpressure_toggle,
boolean require_sequenced_output) |
Copyright © 2022. All rights reserved.