Expand description
Contains file writer API, and provides methods to write row groups and columns by using row group writers and column writers respectively.
Structs§
- A wrapper around a
ColumnWriter
that invokes a callback onSelf::close
- Parquet file writer API. Provides methods to write row groups sequentially.
- A serialized implementation for Parquet
PageWriter
. Writes and serializes pages and metadata into output stream. - Parquet row group writer API. Provides methods to access column writers in an iterator-like fashion, order is guaranteed to match the order of schema leaves (column descriptors).
Functions§
- Serialize all the bloom filters of the given row group to the given buffer, and returns the updated row group metadata.
Type Aliases§
- Callback invoked on closing a column chunk
- Callback invoked on closing a row group, arguments are: