Method
ArrowDictionaryArrayget_indices
since: 0.8.0
Declaration [src]
GArrowArray*
garrow_dictionary_array_get_indices (
GArrowDictionaryArray* array
)
Description
No description available.
Available since: 0.8.0
Gets property | Arrow.DictionaryArray:indices |
Return value
Type: GArrowArray
The indices of values in dictionary.
The caller of the method takes ownership of the data, and is responsible for freeing it. |