Package | Description |
---|---|
org.bytedeco.arrow_dataset |
Modifier and Type | Method and Description |
---|---|
Scanner |
ScannerResult.access() |
Scanner |
ScannerResult.access() |
Scanner |
ScannerResult.MoveValueUnsafe() |
Scanner |
ScannerResult.MoveValueUnsafe() |
Scanner |
ScannerResult.multiply() |
Scanner |
ScannerResult.multiply() |
Scanner |
ScannerResult.ValueOrDie()
Gets a mutable reference to the stored
T value. |
Scanner |
ScannerResult.ValueOrDie()
Gets a mutable reference to the stored
T value. |
Scanner |
ScannerResult.ValueUnsafe()
Cast the internally stored value to produce a new result or propagate the stored
error.
|
Scanner |
ScannerResult.ValueUnsafe()
Cast the internally stored value to produce a new result or propagate the stored
error.
|
Modifier and Type | Method and Description |
---|---|
static Status |
FileSystemDataset.Write(FileSystemDatasetWriteOptions write_options,
Scanner scanner)
\brief Write a dataset.
|
static Status |
FileSystemDataset.Write(FileSystemDatasetWriteOptions write_options,
Scanner scanner)
\brief Write a dataset.
|
Constructor and Description |
---|
ScannerResult(Scanner value)
Constructs a Result object that contains
value . |
ScannerResult(Scanner value)
Constructs a Result object that contains
value . |
Copyright © 2022. All rights reserved.