Function polars_arrow::kernels::sort_partition::create_clean_partitions
source · pub fn create_clean_partitions<T>(
values: &[T],
n: usize,
reverse: bool
) -> Vec<&[T]>where
T: Debug + NativeType + PartialOrd,