方法

ArrowExecutePlanbuild_project_node

自版本 11.0.0 起

宣告 [src]

GArrowExecuteNode*
garrow_execute_plan_build_project_node (
  GArrowExecutePlan* plan,
  GArrowExecuteNode* input,
  GArrowProjectNodeOptions* options,
  GError** error
)

描述 [src]

這是 garrow_execute_plan_build_node() 為專案節點的捷徑。

自版本 11.0.0 起可用

參數

輸入

類型: GArrowExecuteNode

一個 GArrowExecuteNode

資料的所有權屬於此函式的呼叫者。
選項

類型: GArrowProjectNodeOptions

一個 GArrowProjectNodeOptions

資料的所有權屬於此函式的呼叫者。
錯誤

類型: GError **

可恢復錯誤的回傳位置

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

回傳值

類型: GArrowExecuteNode

成功時,為新建立並加入的專案 GArrowExecuteNode,錯誤時為 NULL

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