V
- the vector type.public interface InPlaceVectorSorter<V extends ValueVector>
Modifier and Type | Method and Description |
---|---|
void |
sortInPlace(V vec,
VectorValueComparator<V> comparator)
Sort a vector in-place.
|
void sortInPlace(V vec, VectorValueComparator<V> comparator)
vec
- the vector to sort.comparator
- the criteria for sort.Copyright © 2023 The Apache Software Foundation. All rights reserved.