Module parquet2::deserialize
source · Structs§
- An iterator adapter that maps an iterator of
HybridEncodedinto an iterator overbool. - An iterator of
HybridEncoded, adapter overhybrid_rle::HybridEncoded. - Iterator adapter to convert an iterator of non-null values and an iterator over validity into an iterator of optional values.
- An iterator adapter that converts an iterator over items into an iterator over slices of those N items.
Enums§
- Decoder of definition levels.
- The decoding state of the hybrid-RLE decoder with a maximum definition level of 1 that can supports skipped runs
- The decoding state of the hybrid-RLE decoder with a maximum definition level of 1
- The deserialization state of a
DataPageofPrimitiveparquet primitive type
Traits§
Functions§
- Views the values of the data page as
CastedtoNativeType.
Type Aliases§
- Typedef of an iterator over PLAIN page values
- Type definition of a
FilteredHybridBitmapIterofHybridDecoderBitmapIter. - Type definition for a
HybridRleIterusinghybrid_rle::Decoder. - Type definition for a
HybridRleBooleanIterusinghybrid_rle::Decoder.