| Package | Description |
|---|---|
| org.bytedeco.arrow_dataset |
| Modifier and Type | Method and Description |
|---|---|
FileSource |
FileFragment.source() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
FileSource.equals(FileSource other) |
SchemaResult |
ParquetFileFormat.Inspect(FileSource source)
\brief Return the schema of the file if possible.
|
SchemaResult |
IpcFileFormat.Inspect(FileSource source)
\brief Return the schema of the file if possible.
|
SchemaResult |
FileFormat.Inspect(FileSource source)
\brief Return the schema of the file if possible.
|
BoolResult |
ParquetFileFormat.IsSupported(FileSource source) |
BoolResult |
IpcFileFormat.IsSupported(FileSource source) |
BoolResult |
FileFormat.IsSupported(FileSource source)
\brief Indicate if the FileSource is supported/readable by this format.
|
FragmentResult |
ParquetFileFormat.MakeFragment(FileSource source,
ScanOptions options) |
FragmentResult |
IpcFileFormat.MakeFragment(FileSource source,
ScanOptions options) |
FragmentResult |
FileFormat.MakeFragment(FileSource location,
ScanOptions options)
\brief Open a fragment
|
ScanTaskIteratorResult |
ParquetFileFormat.ScanFile(FileSource source,
ScanOptions options,
ScanContext context)
\brief Open a file for scanning
|
ScanTaskIteratorResult |
IpcFileFormat.ScanFile(FileSource source,
ScanOptions options,
ScanContext context)
\brief Open a file for scanning
|
ScanTaskIteratorResult |
FileFormat.ScanFile(FileSource source,
ScanOptions options,
ScanContext context)
\brief Open a file for scanning
|
| Constructor and Description |
|---|
FileFragment(FileSource source,
FileFormat format,
ScanOptions scan_options) |
IpcFragment(FileSource source,
ScanOptions options) |
ParquetFragment(FileSource source,
ScanOptions options) |
Copyright © 2020. All rights reserved.