Available on crate feature io_avro only.
Expand description

APIs to write to Avro format.

Functions

Whether new_serializer supports data_type.

Creates a StreamingIterator trait object that presents items from array encoded according to schema.

consumes a set of BoxSerializer into an [Block].

Converts a Schema to an Avro [Record].

Type Definitions

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)