We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bf8804 commit b4fe5afCopy full SHA for b4fe5af
arrow-ord/src/sort.rs
@@ -756,7 +756,7 @@ pub fn lexsort_to_indices(
756
// Sort a fixed number of columns using FixedLexicographicalComparator
757
fn sort_fixed_column<const N: usize>(
758
columns: &[SortColumn],
759
- value_indices: &mut Vec<usize>,
+ value_indices: &mut [usize],
760
len: usize,
761
) -> Result<(), ArrowError> {
762
let lexicographical_comparator = FixedLexicographicalComparator::<N>::try_new(columns)?;
0 commit comments