fn get_min_max<'a, T, I>(descr: &ColumnDescriptor, iter: I) -> Option<(T, T)>where T: ParquetValueType + 'a, I: Iterator<Item = &'a T>,