| Package | Description |
|---|---|
| org.bytedeco.arrow_dataset |
| Modifier and Type | Class and Description |
|---|---|
class |
FileSystemSource
\brief A Source of FileFragments.
|
class |
InMemorySource
\brief A Source consisting of a flat sequence of Fragments
|
class |
TreeSource
\brief A recursive Source with child Sources.
|
| Modifier and Type | Method and Description |
|---|---|
Source |
SourceResult.multiply() |
Source |
Dataset.sources() |
Source |
SourceResult.ValueOrDie()
Gets a mutable reference to the stored
T value. |
| Modifier and Type | Method and Description |
|---|---|
static DatasetResult |
Dataset.Make(Source sources,
Schema schema) |
| Constructor and Description |
|---|
Scanner(Source sources,
ScanOptions options,
ScanContext context) |
SourceResult(Source value)
Constructs a Result object that contains
value. |
TreeSource(Schema schema,
Source children) |
Copyright © 2020. All rights reserved.