Structs§
- A
FallibleStreamingIteratorthat consumesPageand yieldsCompressedPageholding a reusable buffer (Vec<u8>) for compression. DynIteris an implementation of a single-threaded, dynamically-typed iterator.- Dynamically-typed
FallibleStreamingIterator. - An interface to write a parquet file asynchronously. Use
startto write the header,writeto write a row group, andendto write the footer. - An interface to write a parquet file. Use
startto write the header,writeto write a row group, andendto write the footer. - Write options of different interfaces on this crate
Enums§
- The parquet version to use
Functions§
- Compresses an [
EncodedPage] into aCompressedPageusingcompressed_bufferas the intermediary buffer. - Writes a parquet file containing only the header and footer