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
\defgroup dataset-implementations Concrete implementations
\{
|
class |
ParquetFileFragment
\brief A FileFragment with parquet logic.
|
Modifier and Type | Method and Description |
---|---|
Fragment |
FragmentResult.access() |
Fragment |
FragmentVectorResult.access() |
Fragment |
FragmentVectorResult.access() |
Fragment |
FragmentResult.access() |
Fragment |
ScanTask.fragment() |
Fragment |
TaggedRecordBatch.fragment() |
Fragment |
TaggedRecordBatch.fragment() |
Fragment |
ScanTask.fragment() |
Fragment |
FragmentResult.MoveValueUnsafe() |
Fragment |
FragmentVectorResult.MoveValueUnsafe() |
Fragment |
FragmentVectorResult.MoveValueUnsafe() |
Fragment |
FragmentResult.MoveValueUnsafe() |
Fragment |
FragmentResult.multiply() |
Fragment |
FragmentVectorResult.multiply() |
Fragment |
FragmentVectorResult.multiply() |
Fragment |
FragmentResult.multiply() |
Fragment |
FragmentEnumerated.value() |
Fragment |
FragmentEnumerated.value() |
Fragment |
FragmentResult.ValueOrDie()
Gets a mutable reference to the stored
T value. |
Fragment |
FragmentVectorResult.ValueOrDie()
Gets a mutable reference to the stored
T value. |
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 |
FragmentResult.ValueUnsafe()
Cast the internally stored value to produce a new result or propagate the stored
error.
|
Fragment |
FragmentVectorResult.ValueUnsafe()
Cast the internally stored value to produce a new result or propagate the stored
error.
|
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.
|
Modifier and Type | Method and Description |
---|---|
TaggedRecordBatch |
TaggedRecordBatch.fragment(Fragment setter) |
TaggedRecordBatch |
TaggedRecordBatch.fragment(Fragment setter) |
FragmentEnumerated |
FragmentEnumerated.value(Fragment setter) |
FragmentEnumerated |
FragmentEnumerated.value(Fragment setter) |
Constructor and Description |
---|
FragmentResult(Fragment value)
Constructs a Result object that contains
value . |
FragmentResult(Fragment value)
Constructs a Result object that contains
value . |
FragmentVectorResult(Fragment value)
Constructs a Result object that contains
value . |
FragmentVectorResult(Fragment value)
Constructs a Result object that contains
value . |
InMemoryScanTask(RecordBatchVector record_batches,
ScanOptions options,
Fragment fragment) |
InMemoryScanTask(RecordBatchVector record_batches,
ScanOptions options,
Fragment fragment) |
ScannerBuilder(Schema schema,
Fragment fragment,
ScanOptions scan_options) |
ScannerBuilder(Schema schema,
Fragment fragment,
ScanOptions scan_options) |
Copyright © 2022. All rights reserved.