方法
ArrowExecutePlanbuild_aggregate_node
自版本: 6.0.0
宣告 [src]
GArrowExecuteNode*
garrow_execute_plan_build_aggregate_node (
GArrowExecutePlan* plan,
GArrowExecuteNode* input,
GArrowAggregateNodeOptions* options,
GError** error
)
參數
input
-
一個
GArrowExecuteNode
。資料的所有權屬於函數的呼叫者。 options
-
類型:
GArrowAggregateNodeOptions
一個
GArrowAggregateNodeOptions
。資料的所有權屬於函數的呼叫者。 error
-
類型:
GError **
用於可恢復錯誤的回傳位置。
此參數可以為 NULL
。如果回傳位置不是 NULL
,則您必須將其初始化為NULL
GError*
。如果沒有錯誤,此方法會將參數初始化為 NULL
。如果發生錯誤,參數將被設定為新配置的 GError
;呼叫者將取得資料的所有權,並負責釋放它。