Expand description
This module contains the writer for data file format supported by iceberg: parquet, orc.
Modules§
- location_
generator - This module contains the location generator and file name generator for generating path of data file.
- rolling_
writer - Module providing writers that can automatically roll over to new files based on size thresholds.
Structs§
- Parquet
Writer - `ParquetWriter`` is used to write arrow data into parquet file on storage.
- Parquet
Writer Builder - ParquetWriterBuilder is used to builder a
ParquetWriter
Traits§
- File
Writer - File writer focus on writing record batch to different physical file format.(Such as parquet. orc)
- File
Writer Builder - File writer builder trait.