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§

Traits§

  • File writer focus on writing record batch to different physical file format.(Such as parquet. orc)
  • File writer builder trait.