Method

ArrowArraysort_indices

Declaration [src]

GArrowUInt64Array*
garrow_array_sort_indices (
  GArrowArray* array,
  GArrowSortOrder order,
  GError** error
)

Description

No description available.
Available since:3.0.0

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, 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.