Function re_view_time_series::util::apply_aggregation
source ยท pub fn apply_aggregation(
aggregator: AggregationPolicy,
time_per_pixel: f64,
points: Vec<PlotPoint>,
query: &ViewQuery<'_>,
) -> (f64, Vec<PlotPoint>)
Expand description
Apply the given aggregation to the provided points.