Module parquet2::deserialize
source · Structs§
- An iterator adapter that maps an iterator of
HybridEncoded
into 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
DataPage
ofPrimitive
parquet primitive type
Traits§
Functions§
- Views the values of the data page as
Casted
toNativeType
.
Type Aliases§
- Typedef of an iterator over PLAIN page values
- Type definition of a
FilteredHybridBitmapIter
ofHybridDecoderBitmapIter
. - Type definition for a
HybridRleIter
usinghybrid_rle::Decoder
. - Type definition for a
HybridRleBooleanIter
usinghybrid_rle::Decoder
.