构造函数
ArrowAggregationnew
since: 6.0.0
声明 [src]
GArrowAggregation*
garrow_aggregation_new (
const gchar* function,
GArrowFunctionOptions* options,
const gchar* input,
const gchar* output
)
参数
function
-
类型:
const gchar*
聚合函数的名称。
数据由函数的调用者拥有。 该值是以 NUL 结尾的 UTF-8 字符串。 options
-
聚合函数的
GArrowFunctionOptions
。该参数可以为 NULL
。数据由函数的调用者拥有。 input
-
类型:
const gchar*
聚合函数的输入字段名称。
数据由函数的调用者拥有。 该值是以 NUL 结尾的 UTF-8 字符串。 output
-
类型:
const gchar*
聚合函数的输出字段名称。
数据由函数的调用者拥有。 该值是以 NUL 结尾的 UTF-8 字符串。