Method
ArrowDictionaryDataTypeget_value_data_type
since: 0.14.0
Declaration [src]
GArrowDataType*
garrow_dictionary_data_type_get_value_data_type (
GArrowDictionaryDataType* dictionary_data_type
)
Return value
Type: GArrowDataType
The GArrowDataType
of dictionary values.
The caller of the method takes ownership of the data, and is responsible for freeing it. |