Method
ArrowArrayunique
since: 0.8.0
Declaration [src]
GArrowArray*
garrow_array_unique (
GArrowArray* array
GError** error
)
Return value
Type: GArrowArray
A newly created unique elements array on success, NULL
on error.
The caller of the method takes ownership of the data, and is responsible for freeing it. |
The return value can be NULL . |