构造函数

ArrowDictionaryDataTypenew

自:0.8.0 起可用

声明 [源代码]

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

新创建的字典数据类型。

函数调用者拥有数据的所有权,并负责释放它。