Method

ArrowSelectKOptionsadd_sort_key

since: 23.0.0

Declaration [src]

void
garrow_select_k_options_add_sort_key (
  GArrowSelectKOptions* options,
  GArrowSortKey* sort_key
)

Description [src]

Add a sort key to be used.

Available since: 23.0.0

Parameters

sort_key

Type: GArrowSortKey

The sort key to be added.

The data is owned by the caller of the function.