Method
ArrowRecordBatchsort_indices
Declaration [src]
GArrowUInt64Array*
garrow_record_batch_sort_indices (
GArrowRecordBatch* record_batch,
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 record batch 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 . |