Structs§
- A
FallibleStreamingIterator
that consumesPage
and yieldsCompressedPage
holding a reusable buffer (Vec<u8>
) for compression. DynIter
is an implementation of a single-threaded, dynamically-typed iterator.- Dynamically-typed
FallibleStreamingIterator
. - An interface to write a parquet file. Use
start
to write the header,write
to write a row group, andend
to write the footer. - Write options of different interfaces on this crate
Enums§
- The parquet version to use
Functions§
- Compresses an [
EncodedPage
] into aCompressedPage
usingcompressed_buffer
as the intermediary buffer. - Writes a parquet file containing only the header and footer