Structs§
- Column
Offsets Metadata - Compressor
- A
FallibleStreamingIterator
that consumesPage
and yieldsCompressedPage
holding a reusable buffer (Vec<u8>
) for compression. - DynIter
DynIter
is an implementation of a single-threaded, dynamically-typed iterator.- DynStreaming
Iterator - Dynamically-typed
FallibleStreamingIterator
. - File
Writer - 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 - Write options of different interfaces on this crate
Enums§
- Version
- The parquet version to use
Functions§
- compress
- Compresses an [
EncodedPage
] into aCompressedPage
usingcompressed_buffer
as the intermediary buffer. - write_
metadata_ sidecar - Writes a parquet file containing only the header and footer