Uses of Interface
org.apache.arrow.algorithm.sort.OutOfPlaceVectorSorter
Packages that use OutOfPlaceVectorSorter
-
Uses of OutOfPlaceVectorSorter in org.apache.arrow.algorithm.sort
Classes in org.apache.arrow.algorithm.sort that implement OutOfPlaceVectorSorterModifier and TypeClassDescriptionclassDefault out-of-place sorter for fixed-width vectors.classGeneralOutOfPlaceVectorSorter<V extends ValueVector>An out-of-place sorter for vectors of arbitrary type, with time complexity O(n*log(n)).classDefault sorter for variable-width vectors.