Function datafusion_python::datafusion_common::utils::is_sorted
source ยท pub fn is_sorted<T>(sequence: impl IntoIterator<Item = T>) -> boolExpand description
Checks whether the given index sequence is monotonically non-decreasing.