Available on crate feature
compute_sort
only.Expand description
Contains operators to sort individual and slices of Array
s.
Modules
- A comparable row-oriented representation of a collection of
Array
.
Structs
- One column to be used in lexicographical sort
- Options that define how sort kernels should behave
Functions
- Checks if an array of type
datatype
can be sorted - Sort a list of
Array
usingSortOptions
provided for each array. - Sorts a list of
SortColumn
into a non-nullablePrimitiveArray
representing the indices that would sort the columns. - Sorts a list of
SortColumn
into a non-nullablePrimitiveArray
representing the indices that would sort the columns. Implementing custombuild_compare_fn
for unsupportd data types. - Sort the
Array
usingSortOptions
.