构造函数

ArrowRunEndEncodedDataTypenew

自:13.0.0 起可用

声明 [源代码]

GArrowRunEndEncodedDataType*
garrow_run_end_encoded_data_type_new (
  GArrowDataType* run_end_data_type,
  GArrowDataType* value_data_type
)

描述

暂无描述。

可用版本:13.0.0 起

参数

run_end_data_type

类型: GArrowDataType

run-end 的数据类型。

数据由函数调用者拥有。
value_data_type

类型: GArrowDataType

value 的数据类型。

数据由函数调用者拥有。

返回值

类型: GArrowRunEndEncodedDataType

新创建的 run-end 编码数据类型。

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