建構子

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

函式的呼叫者取得資料的所有權,並負責釋放它。