建構子
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 字串。