构造函数

ArrowRunEndEncodedDataTypenew

since: 13.0.0

声明 [src]

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

值的数据类型。

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

返回值

类型: GArrowRunEndEncodedDataType

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

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