fn sort_fixed_column<const N: usize>( columns: &[SortColumn], value_indices: &mut [usize], len: usize, ) -> Result<(), ArrowError>