Function polars_arrow::kernels::rolling::no_nulls::rolling_max[][src]

pub fn rolling_max<T>(
    values: &[T],
    window_size: usize,
    min_periods: usize,
    center: bool,
    weights: Option<&[f64]>
) -> ArrayRef where
    T: NativeType + PartialOrd