Method
ArrowTablesort_indices
Declaration [src]
GArrowUInt64Array*
garrow_table_sort_indices (
GArrowTable* table,
GArrowSortOptions* options,
GError** error
)
Parameters
options |
GArrowSortOptions |
The options to be used. |
|
The data is owned by the caller of the function. | |
error |
GError ** |
The return location for a GError* , or NULL . |
Return value
Returns: | GArrowUInt64Array |
The indices that would sort
a table with the specified options on success, |
|
The caller of the method takes ownership of the data, and is responsible for freeing it. | |
The return value can be NULL . |