Function iceberg::spec::write_data_files_to_avro

source ยท
pub fn write_data_files_to_avro<W: Write>(
    writer: &mut W,
    data_files: impl IntoIterator<Item = DataFile>,
    partition_type: &StructType,
    version: FormatVersion,
) -> Result<usize>
Expand description

Convert data files to avro bytes and write to writer. Return the bytes written.