构造函数

ArrowRunEndEncodeOptionsnew

since: 13.0.0

声明 [src]

GArrowRunEndEncodeOptions*
garrow_run_end_encode_options_new (
  GArrowDataType* run_end_data_type
)

描述

无可用描述。

可用版本: 13.0.0

参数

run_end_data_type

类型: GArrowDataType

用于 run-end 的 GArrowDataType。 如果此值为 NULL,则使用 garrow_int32_data_type_new()

该参数可以为 NULL
数据由函数的调用者拥有。

返回值

类型: GArrowRunEndEncodeOptions

新创建的 GArrowRunEndEncodeOptions

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