Available on crate feature
io_avro
only.Expand description
APIs to write to Avro format.
Functions§
- Whether
new_serializer
supportsdtype
. - Creates a
StreamingIterator
trait object that presents items fromarray
encoded according toschema
. - consumes a set of
BoxSerializer
into anBlock
. - Converts a
ArrowSchema
to an AvroRecord
.
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)