Module parquet2::deserialize
source · Structs
An iterator adapter that maps an iterator of
HybridEncoded
into an iterator
over bool
.An iterator of
HybridEncoded
, adapter over hybrid_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
of Primitive
parquet primitive typeTraits
Functions
Views the values of the data page as
Casted
to NativeType
.Type Definitions
Typedef of an iterator over PLAIN page values
Type definition of a
FilteredHybridBitmapIter
of HybridDecoderBitmapIter
.Type definition for a
HybridRleIter
using hybrid_rle::Decoder
.Type definition for a
HybridRleBooleanIter
using hybrid_rle::Decoder
.