构造函数

ArrowDictionaryDataTypenew

since: 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

新创建的字典数据类型。

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