polars_arrow::io::avro

Module write

Source
Available on crate feature io_avro only.
Expand description

APIs to write to Avro format.

Functions§

Type Aliases§

  • A type alias for a boxed StreamingIterator, used to write arrays into avro rows (i.e. a column -> row transposition of types known at run-time)