pub fn peak_min_max(
column: &Column,
start: &AnyValue<'_>,
end: &AnyValue<'_>,
is_peak_max: bool,
) -> Result<ChunkedArray<BooleanType>, PolarsError>
pub fn peak_min_max(
column: &Column,
start: &AnyValue<'_>,
end: &AnyValue<'_>,
is_peak_max: bool,
) -> Result<ChunkedArray<BooleanType>, PolarsError>