V - the vector type.public interface OutOfPlaceVectorSorter<V extends ValueVector>
| Modifier and Type | Method and Description |
|---|---|
void |
sortOutOfPlace(V inVec,
V outVec,
VectorValueComparator<V> comparator)
Sort a vector out-of-place.
|
void sortOutOfPlace(V inVec, V outVec, VectorValueComparator<V> comparator)
inVec - the input vector.outVec - the output vector, which has the same size as the input vector.comparator - the criteria for sort.Copyright © 2023 The Apache Software Foundation. All rights reserved.