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