pub(crate) fn min_page_statistics<'a, I>( data_type: &DataType, iterator: I, ) -> 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