Function parquet2::statistics::deserialize_statistics[][src]

pub fn deserialize_statistics(
    statistics: &ParquetStatistics,
    descriptor: ColumnDescriptor
) -> Result<Arc<dyn Statistics>>
Expand description

Deserializes a raw parquet statistics into Statistics.

Error

This function errors if it is not possible to read the statistics to the corresponding physical_type.