构造函数

ArrowAggregationnew

since: 6.0.0

声明 [src]

GArrowAggregation*
garrow_aggregation_new (
  const gchar* function,
  GArrowFunctionOptions* options,
  const gchar* input,
  const gchar* output
)

描述

暂无描述。

可用版本: 6.0.0

参数

function

类型: const gchar*

聚合函数的名称。

数据由函数的调用者拥有。
该值是以 NUL 结尾的 UTF-8 字符串。
options

类型: GArrowFunctionOptions

聚合函数的 GArrowFunctionOptions

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

类型: const gchar*

聚合函数的输入字段名称。

数据由函数的调用者拥有。
该值是以 NUL 结尾的 UTF-8 字符串。
output

类型: const gchar*

聚合函数的输出字段名称。

数据由函数的调用者拥有。
该值是以 NUL 结尾的 UTF-8 字符串。

返回值

类型: GArrowAggregation

新创建的 GArrowAggregation

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