| Package | Description |
|---|---|
| org.bytedeco.arrow_dataset |
| Modifier and Type | Class and Description |
|---|---|
class |
FileFragment
\brief A Fragment that is stored in a file with a known format
|
class |
InMemoryFragment
\brief A trivial Fragment that yields ScanTask out of a fixed set of
RecordBatch.
|
class |
ParquetFileFragment
\brief A FileFragment with parquet logic.
|
| Modifier and Type | Method and Description |
|---|---|
Fragment |
FragmentVectorResult.MoveValueUnsafe() |
Fragment |
FragmentResult.MoveValueUnsafe() |
Fragment |
FragmentVectorResult.multiply() |
Fragment |
FragmentResult.multiply() |
Fragment |
FragmentVectorResult.ValueOrDie()
Gets a mutable reference to the stored
T value. |
Fragment |
FragmentResult.ValueOrDie()
Gets a mutable reference to the stored
T value. |
Fragment |
FragmentVectorResult.ValueUnsafe()
Cast the internally stored value to produce a new result or propagate the stored
error.
|
Fragment |
FragmentResult.ValueUnsafe()
Cast the internally stored value to produce a new result or propagate the stored
error.
|
| Constructor and Description |
|---|
FragmentResult(Fragment value)
Constructs a Result object that contains
value. |
FragmentVectorResult(Fragment value)
Constructs a Result object that contains
value. |
Scanner(Fragment fragment,
ScanOptions scan_options,
ScanContext scan_context) |
ScannerBuilder(Schema schema,
Fragment fragment,
ScanContext scan_context) |
Copyright © 2021. All rights reserved.