Module iceberg::writer::file_writer
source · Expand description
This module contains the writer for data file format supported by iceberg: parquet, orc.
Modules§
- This module contains the location generator and file name generator for generating path of data file.
Structs§
- `ParquetWriter`` is used to write arrow data into parquet file on storage.
- ParquetWriterBuilder is used to builder a
ParquetWriter
Traits§
- File writer focus on writing record batch to different physical file format.(Such as parquet. orc)
- File writer builder trait.