Method

ArrowArrayequal_options

Declaration [src]

gboolean
garrow_array_equal_options (
  GArrowArray* array,
  GArrowArray* other_array,
  GArrowEqualOptions* options
)

Description

No description available.
Available since:5.0.0

Parameters

other_array GArrowArray
 

A GArrowArray to be compared.

 The data is owned by the caller of the function.
options GArrowEqualOptions
 

A GArrowEqualOptions to custom how to compare.

 The argument can be NULL.
 The data is owned by the caller of the function.

Return value

Returns: gboolean
 

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