方法

ArrowExecutePlanbuild_aggregate_node

自版本: 6.0.0

宣告 [src]

GArrowExecuteNode*
garrow_execute_plan_build_aggregate_node (
  GArrowExecutePlan* plan,
  GArrowExecuteNode* input,
  GArrowAggregateNodeOptions* options,
  GError** error
)

描述 [src]

這是 garrow_execute_plan_build_node() 的捷徑,用於 aggregate 節點。

自版本開始提供: 6.0.0

參數

input

類型: GArrowExecuteNode

一個 GArrowExecuteNode

資料的所有權屬於函數的呼叫者。
options

類型: GArrowAggregateNodeOptions

一個 GArrowAggregateNodeOptions

資料的所有權屬於函數的呼叫者。
error

類型: GError **

用於可恢復錯誤的回傳位置。

此參數可以為 NULL
如果回傳位置不是 NULL,則您必須將其初始化為 NULL GError*
如果沒有錯誤,此方法會將參數初始化為 NULL
如果發生錯誤,參數將被設定為新配置的 GError;呼叫者將取得資料的所有權,並負責釋放它。

回傳值

類型: GArrowExecuteNode

成功時,為聚合新建立並新增的 GArrowExecuteNode,錯誤時為 NULL

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