Skip to main content

Module format

Module format 

Source
Expand description

Logic for different Avro container file formats. Avro Writer Formats for Arrow.

Structs§

AvroBinaryFormat
Unframed Avro binary streaming format (“raw Avro record body bytes (no prefix, no OCF header)”).
AvroOcfFormat
Avro Object Container File (OCF) format writer.
AvroSoeFormat
Raw Avro binary streaming format using Single-Object Encoding per record.

Traits§

AvroFormat
Format abstraction implemented by each container‐level writer.

Functions§

write_bytes 🔒
write_string 🔒