update_geo_stats_accumulator

Function update_geo_stats_accumulator 

Source
fn update_geo_stats_accumulator<'a, T, I>(
    bounder: &mut dyn GeoStatsAccumulator,
    iter: I,
)
where T: ParquetValueType + 'a, I: Iterator<Item = &'a T>,