polars_arrow::io::avro::write

Function serialize

Source
pub fn serialize(serializers: &mut [BoxSerializer<'_>], block: &mut Block)
Available on crate feature io_avro only.
Expand description

consumes a set of BoxSerializer into an Block.

ยงPanics

Panics iff the number of items in any of the serializers is not equal to the number of rows declared in the block.