Function iceberg::spec::read_data_files_from_avro
source ยท pub fn read_data_files_from_avro<R: Read>(
reader: &mut R,
schema: &Schema,
partition_type: &StructType,
version: FormatVersion,
) -> Result<Vec<DataFile>>
Expand description
Parse data files from avro bytes.