update_geo_stats_accumulator

Function update_geo_stats_accumulator 

Source
fn update_geo_stats_accumulator<T>(
    bounder: &mut dyn GeoStatsAccumulator,
    array: T,
    valid: impl Iterator<Item = usize>,
)
where T: ArrayAccessor, T::Item: Copy + Ord + AsRef<[u8]>,
Expand description

Updates geospatial statistics for the provided array and indices