pub fn peak_min_max(
column: &Column,
start: &AnyValue<'_>,
end: &AnyValue<'_>,
is_peak_max: bool,
) -> Result<ChunkedArray<BooleanType>, PolarsError>
Available on crate feature
polars-ops
only.pub fn peak_min_max(
column: &Column,
start: &AnyValue<'_>,
end: &AnyValue<'_>,
is_peak_max: bool,
) -> Result<ChunkedArray<BooleanType>, PolarsError>
polars-ops
only.