Method

ArrowArrayequal_approx

Declaration [src]

gboolean
garrow_array_equal_approx (
  GArrowArray* array,
  GArrowArray* other_array
)

Description

No description available.
Available since:0.4.0

Parameters

other_array GArrowArray
 

A GArrowArray to be compared.

 The data is owned by the caller of the function.

Return value

Returns: gboolean
 

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