Method

ArrowArraySortOptionsequal

Declaration [src]

gboolean
garrow_array_sort_options_equal (
  GArrowArraySortOptions* options,
  GArrowArraySortOptions* other_options
)

Description

No description available.
Available since:3.0.0

Parameters

other_options GArrowArraySortOptions
 

A GArrowArraySortOptions to be compared.

 The data is owned by the caller of the function.

Return value

Returns: gboolean
 

TRUE if both of them have the same order, FALSE otherwise.