pub fn try_set_sorted_flag( series: &mut Series, col_idx: usize, sorting_map: &HashMap<usize, IsSorted, RandomState>, )
polars-io