Function re_view_time_series::aggregation::are_aggregatable
source ยท fn are_aggregatable(
point1: &PlotPoint,
point2: &PlotPoint,
window_size: usize,
) -> bool
Expand description
Are two PlotPoint
s safe to aggregate?