Package | Description |
---|---|
org.apache.arrow.algorithm.sort |
Modifier and Type | Class and Description |
---|---|
class |
FixedWidthOutOfPlaceVectorSorter<V extends BaseFixedWidthVector>
Default out-of-place sorter for fixed-width vectors.
|
class |
GeneralOutOfPlaceVectorSorter<V extends ValueVector>
An out-of-place sorter for vectors of arbitrary type, with time complexity O(n*log(n)).
|
class |
VariableWidthOutOfPlaceVectorSorter<V extends BaseVariableWidthVector>
Default sorter for variable-width vectors.
|
Copyright © 2023 The Apache Software Foundation. All rights reserved.