Constructor
ArrowArraySortOptionsnew
since: 3.0.0
Declaration [src]
GArrowArraySortOptions*
garrow_array_sort_options_new (
GArrowSortOrder order
)
Parameters
order
-
Type:
GArrowSortOrder
How to order by values.
Return value
Type: GArrowArraySortOptions
A newly created GArrowArraySortOptions
.
The caller of the function takes ownership of the data, and is responsible for freeing it. |