Method
ArrowArraydictionary_encode
since: 0.8.0
Declaration [src]
GArrowDictionaryArray*
garrow_array_dictionary_encode (
GArrowArray* array
GError** error
)
Return value
Type: GArrowDictionaryArray
A newly created GArrowDictionaryArray
for the 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 . |