| Package | Description |
|---|---|
| org.bytedeco.arrow_dataset |
| Modifier and Type | Class and Description |
|---|---|
class |
IpcFileFormat
\brief A FileFormat implementation that reads from Ipc files
|
class |
ParquetFileFormat
\brief A FileFormat implementation that reads from Parquet files
|
| Modifier and Type | Method and Description |
|---|---|
FileFormat |
FileSystemSource.format() |
FileFormat |
FileFragment.format() |
| Modifier and Type | Method and Description |
|---|---|
static SourceFactoryResult |
FileSystemSourceFactory.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 SourceFactoryResult |
FileSystemSourceFactory.Make(FileSystem filesystem,
StringVector paths,
FileFormat format,
FileSystemFactoryOptions options)
\brief Build a FileSystemSourceFactory from an explicit list of
paths.
|
static SourceResult |
FileSystemSource.Make(Schema schema,
Expression root_partition,
FileFormat format,
FileSystem filesystem,
FileStatsVector stats)
\brief Create a FileSystemSource.
|
static SourceResult |
FileSystemSource.Make(Schema schema,
Expression root_partition,
FileFormat format,
FileSystem filesystem,
FileStatsVector stats,
ExpressionVector partitions)
\brief Create a FileSystemSource with file-level partitions.
|
static SourceResult |
FileSystemSource.Make(Schema schema,
Expression root_partition,
FileFormat format,
FileSystem filesystem,
PathForest forest,
ExpressionVector partitions)
\brief Create a FileSystemSource with file-level partitions.
|
| Constructor and Description |
|---|
FileFragment(FileSource source,
FileFormat format,
ScanOptions scan_options) |
Copyright © 2020. All rights reserved.