Module parquet2::encoding::hybrid_rle
source · Structs§
- An
Iterator
of bool that decodes a bitmap. This is a specialization ofsuper::super::bitpacked::Decoder
fornum_bits == 1
. - An
Iterator
ofHybridEncoded
.
Enums§
- The two possible states of an RLE-encoded run.
Functions§
- Writes an iterator of bools into writer, with LSB first.
- the bitpacked part of the encoder.
- RLE-hybrid encoding of
u32
. This currently only yields bitpacked values.