Method

ArrowArraydiff_unified

Declaration [src]

gchar*
garrow_array_diff_unified (
  GArrowArray* array,
  GArrowArray* other_array
)

Description

No description available.
Available since:0.15.0

Parameters

other_array GArrowArray
 

A GArrowArray to be compared.

 The data is owned by the caller of the function.

Return value

Returns: gchar*
 

The string representation of the difference between two arrays as unified format. If there is no difference, the return value is NULL.

It should be freed with g_free() when no longer needed.

 The caller of the method takes ownership of the data, and is responsible for freeing it.
 The return value can be NULL.
 The value is a NUL terminated UTF-8 string.