Structs
A FallibleStreamingIterator that consumes EncodedPage and yields CompressedPage
holding a reusable buffer (Vec<u8>) for compression.
Dynamically-typed FallibleStreamingIterator.
An interface to write a parquet file asynchronously.
Use start to write the header, write to write a row group,
and end to write the footer.
An interface to write a parquet file.
Use start to write the header, write to write a row group,
and end to write the footer.
Write options of different interfaces on this crate
Enums
The parquet version to use