package avro

  1. Overview
  2. Docs

The object container file storage format

This format is used to store a collection of rows which have the same type, using an efficient binary encoding and optional compression.

module Codec : sig ... end

Compression codecs for data blocks

module Decode : sig ... end

Decoding multiple rows from an input

module Encode : sig ... end

Encoding multiple rows to an output