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