fn max_statistics<'a, I: Iterator<Item = Option<&'a Statistics>>>(
data_type: &DataType,
iterator: I,
physical_type: Option<Type>,
) -> Result<ArrayRef>Expand description
Extracts the max statistics from an iterator of ParquetStatistics to an [ArrayRef]
This is an internal helper – see StatisticsConverter for public API