Function parquet2::encoding::hybrid_rle::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.