Method
ArrowArraysort_indices
Declaration [src]
GArrowUInt64Array*
garrow_array_sort_indices (
GArrowArray* array,
GArrowSortOrder order,
GError** error
)
Parameters
order |
GArrowSortOrder |
The order for sort. |
|
error |
GError ** |
The return location for a GError* , or NULL . |
Return value
Returns: | GArrowUInt64Array |
The indices that would sort
an array in the specified 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 . |