方法
ArrowDictionaryDataTypeget_value_data_type
始于:0.14.0
声明 [src]
GArrowDataType*
garrow_dictionary_data_type_get_value_data_type (
GArrowDictionaryDataType* dictionary_data_type
)
返回值
类型: GArrowDataType
字典值的 GArrowDataType
。
该方法的调用者拥有数据的所有权,并负责释放它。 |