Function polars_arrow::io::avro::write::can_serialize
source ยท pub fn can_serialize(data_type: &ArrowDataType) -> bool
Available on crate feature
io_avro
only.Expand description
Whether new_serializer
supports data_type
.