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