建構子

ArrowDictionaryDataTypenew

自 0.8.0 起

宣告 [src]

GArrowDictionaryDataType*
garrow_dictionary_data_type_new (
  GArrowDataType* index_data_type,
  GArrowDataType* value_data_type,
  gboolean ordered
)

描述

沒有可用的描述。

自 0.8.0 起可用

參數

index_data_type

類型: GArrowDataType

索引的資料類型。

資料的所有權屬於函式的呼叫者。
value_data_type

類型: GArrowDataType

字典值的資料類型。

資料的所有權屬於函式的呼叫者。
ordered

類型: gboolean

字典內容是否已排序。

回傳值

類型: GArrowDictionaryDataType

新建立的字典資料類型。

函式的呼叫者取得資料的所有權,並負責釋放它。