| Package | Description |
|---|---|
| org.bytedeco.arrow_dataset |
| Modifier and Type | Class and Description |
|---|---|
class |
IpcFileFormat
\brief A FileFormat implementation that reads from and writes to Ipc files
|
class |
ParquetFileFormat
\brief A FileFormat implementation that reads from Parquet files
|
| Modifier and Type | Method and Description |
|---|---|
FileFormat |
WriteTask.format() |
FileFormat |
WritePlan.format()
The format into which fragments will be written
|
FileFormat |
FileSystemDataset.format()
\brief Return the format.
|
FileFormat |
FileFragment.format() |
| Modifier and Type | Method and Description |
|---|---|
WritePlan |
WritePlan.format(FileFormat setter) |
static DatasetFactoryResult |
FileSystemDatasetFactory.Make(FileSystem filesystem,
FileSelector selector,
FileFormat format,
FileSystemFactoryOptions options)
If options.partition_base_dir is not provided, it will be overwritten
/** with selector.base_dir.
|
static DatasetFactoryResult |
FileSystemDatasetFactory.Make(FileSystem filesystem,
StringVector paths,
FileFormat format,
FileSystemFactoryOptions options)
\brief Build a FileSystemDatasetFactory from an explicit list of
paths.
|
static FileSystemDatasetResult |
FileSystemDataset.Make(Schema schema,
Expression root_partition,
FileFormat format,
FileFragmentVector fragments)
\brief Create a FileSystemDataset.
|
Copyright © 2020. All rights reserved.