Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
partial_sort in datafusion::common::arrow::compute - Rust
[go: Go Back, main page]

Function partial_sort

Source
pub fn partial_sort<T, F>(v: &mut [T], limit: usize, is_less: F)
where F: FnMut(&T, &T) -> Ordering,
Expand description

It’s unstable_sort, may not preserve the order of equal elements