| Package | Description |
|---|---|
| org.bytedeco.arrow_dataset |
| Modifier and Type | Method and Description |
|---|---|
ParquetFileFormat |
ParquetFileFormat.getPointer(long i) |
ParquetFileFormat |
ParquetFileFormat.position(long position) |
ParquetFileFormat |
ParquetFileFormat.reader_options_buffer_size(long setter) |
ParquetFileFormat |
ParquetFileFormat.reader_options_dict_columns(StringUnorderedSet setter) |
ParquetFileFormat |
ParquetFileFormat.reader_options_enable_parallel_column_conversion(boolean setter) |
ParquetFileFormat |
ParquetFileFormat.reader_options_file_decryption_properties(FileDecryptionProperties setter) |
ParquetFileFormat |
ParquetFileFormat.reader_options_use_buffered_stream(boolean setter) |
| Modifier and Type | Method and Description |
|---|---|
static DatasetFactoryResult |
ParquetDatasetFactory.Make(BytePointer metadata_path,
FileSystem filesystem,
ParquetFileFormat format,
ParquetFactoryOptions options) |
static DatasetFactoryResult |
ParquetDatasetFactory.Make(FileSource metadata,
BytePointer base_path,
FileSystem filesystem,
ParquetFileFormat format,
ParquetFactoryOptions options) |
static DatasetFactoryResult |
ParquetDatasetFactory.Make(FileSource metadata,
String base_path,
FileSystem filesystem,
ParquetFileFormat format,
ParquetFactoryOptions options)
\brief Create a ParquetDatasetFactory from a metadata source.
|
static DatasetFactoryResult |
ParquetDatasetFactory.Make(String metadata_path,
FileSystem filesystem,
ParquetFileFormat format,
ParquetFactoryOptions options)
\brief Create a ParquetDatasetFactory from a metadata path.
|
Copyright © 2021. All rights reserved.