Function parquet2::statistics::deserialize_statistics
source · pub fn deserialize_statistics(
statistics: &ParquetStatistics,
primitive_type: PrimitiveType
) -> 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
.