Function datafusion::common::utils::is_sorted
source · pub fn is_sorted<T>(sequence: impl IntoIterator<Item = T>) -> boolwhere
T: Borrow<usize>,
Expand description
Checks whether the given index sequence is monotonically non-decreasing.