Method
ArrowArraysort_to_indices
deprecated: 3.0.0 since: 0.15.0
Declaration [src]
GArrowUInt64Array*
garrow_array_sort_to_indices (
GArrowArray* array
GError** error
)
Description
No description available.
Available since: 0.15.0
Deprecated since: 3.0.0
Use garrow_array_sort_indices() instead.
Return value
Type: GArrowUInt64Array
The indices that would sort
an array in ascending order on success, NULL on error.
| The caller of the method takes ownership of the data, and is responsible for freeing it. |
The return value can be NULL. |