构造函数
ArrowDictionaryDataTypenew
自:0.8.0 起可用
声明 [源代码]
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
字典内容是否有序。