Method
ArrowArraydiff_unified
since: 0.15.0
Declaration [src]
gchar*
garrow_array_diff_unified (
GArrowArray* array,
GArrowArray* other_array
)
Parameters
other_array-
Type:
GArrowArrayA
GArrowArrayto be compared.The data is owned by the caller of the function.
Return value
Type: 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. |