Function polars_arrow::io::avro::write::to_record

source ยท
pub fn to_record(schema: &ArrowSchema, name: String) -> PolarsResult<Record>
Available on crate feature io_avro only.
Expand description

Converts a ArrowSchema to an Avro Record.