Module parquet2::statistics
source · Structs
Statistics per row group and per page
All fields are optional.
Traits
A trait used to describe specific statistics. Each physical type has its own struct.
Match the
Statistics::physical_type
to each type and downcast accordingly.Functions
Deserializes a raw parquet statistics into
Statistics
.Serializes
Statistics
into a raw parquet statistics.