pub(crate) fn max_page_statistics<'a, I>( data_type: &DataType, iterator: I, ) -> Result<ArrayRef>where I: Iterator<Item = (usize, &'a Index)>,
Extracts the max statistics from an iterator of parquet page Index’es to an [ArrayRef]
Index
ArrayRef