Method
ArrowArraydiff_unified
Declaration [src]
gchar*
garrow_array_diff_unified (
GArrowArray* array,
GArrowArray* other_array
)
Parameters
other_array |
GArrowArray |
A |
|
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 It should be freed with |
|
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. |