建構子
ArrowDictionaryDataTypenew
自 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
字典內容是否已排序。