Skip to main content

is_strict_sorted

Function is_strict_sorted 

Source
pub fn is_strict_sorted(array: &ArrayRef) -> VortexResult<Option<bool>>
👎Deprecated:

Use crate::aggregate_fn::fns::is_sorted::is_strict_sorted instead

Expand description

Computes whether an array is strictly sorted in increasing order.

Deprecated: Use crate::aggregate_fn::fns::is_sorted::is_strict_sorted instead.