方法
ArrowExecutePlanbuild_node
自:6.0.0 起
宣告 [src]
GArrowExecuteNode*
garrow_execute_plan_build_node (
GArrowExecutePlan* plan,
const gchar* factory_name,
GList* inputs,
GArrowExecuteNodeOptions* options,
GError** error
)
參數
factory_name
-
類型:
const gchar*
用於建立
GArrowExecuteNode
的工廠名稱。資料由函式的呼叫者擁有。 值為以 NUL 終止的 UTF-8 字串。 inputs
-
類型:
GArrowExecuteNode*
的列表用於執行新節點的輸入。
資料由函式的呼叫者擁有。 options
-
用於新節點的
GArrowExecuteNodeOptions
。資料由函式的呼叫者擁有。 error
-
類型:
GError **
可恢復錯誤的回傳位置。
此參數可以為 NULL
。如果回傳位置不是 NULL
,則您必須將其初始化為NULL
GError*
。如果沒有錯誤,此方法會將參數保留初始化為 NULL
。若發生錯誤,此參數將被設定為新分配的 GError
;呼叫者將取得資料的所有權,並負責釋放它。