Class VariableWidthOutOfPlaceVectorSorter<V extends BaseVariableWidthVector>

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

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