Available on crate feature
compute_sort only.Expand description
Contains operators to sort individual and slices of Arrays.
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 using SortOptions provided for each array.
Sorts a list of SortColumn into a non-nullable PrimitiveArray
representing the indices that would sort the columns.
Sorts a list of SortColumn into a non-nullable PrimitiveArray
representing the indices that would sort the columns.
Implementing custom build_compare_fn for unsupportd data types.
Sort the Array using SortOptions.
Sort elements from values into a non-nullable PrimitiveArray of indices that sort values.