Method
ArrowArraysort_to_indices
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 |
Return value
Returns: | GArrowUInt64Array |
The indices that would sort
an array in ascending order on success, |
|
The caller of the method takes ownership of the data, and is responsible for freeing it. | |
The return value can be NULL . |