Class FixedWidthOutOfPlaceVectorSorter<V extends BaseFixedWidthVector>

java.lang.Object
org.apache.arrow.algorithm.sort.FixedWidthOutOfPlaceVectorSorter<V>
Type Parameters:
V - vector type.
All Implemented Interfaces:
OutOfPlaceVectorSorter<V>

public class FixedWidthOutOfPlaceVectorSorter<V extends BaseFixedWidthVector> extends Object implements OutOfPlaceVectorSorter<V>
Default out-of-place sorter for fixed-width vectors. It is an out-of-place sort, with time complexity O(n*log(n)).