polars_parquet::parquet::encoding::hybrid_rle

Function bitpacked_encode

Source
pub fn bitpacked_encode<W: Write, I: Iterator<Item = bool>>(
    writer: &mut W,
    iterator: I,
) -> Result<()>
Expand description

Writes an iterator of bools into writer, with LSB first.