构造函数
ArrowDictionaryDataTypenew
since: 0.8.0
声明 [src]
GArrowDictionaryDataType*
garrow_dictionary_data_type_new (
GArrowDataType* index_data_type,
GArrowDataType* value_data_type,
gboolean ordered
)
参数
index_data_type
-
类型:
GArrowDataType
索引的数据类型。
数据由函数的调用者拥有。 value_data_type
-
类型:
GArrowDataType
字典值的数据类型。
数据由函数的调用者拥有。 ordered
-
类型:
gboolean
字典内容是否排序。