方法
ArrowFunctionexecute
始於:1.0.0
宣告 [src]
GArrowDatum*
garrow_function_execute (
GArrowFunction* function,
GList* args,
GArrowFunctionOptions* options,
GArrowExecuteContext* context,
GError** error
)
參數
args
-
類型:
None
的列表GArrowDatum
的列表。資料的所有權屬於函式的呼叫者。 options
-
作為實作
GArrowFunctionOptions
的物件,用於執行的選項。此參數可以為 NULL
。資料的所有權屬於函式的呼叫者。 context
-
用於執行的
GArrowExecuteContext
。此參數可以為 NULL
。資料的所有權屬於函式的呼叫者。 error
-
類型:
GError **
用於可恢復錯誤的回傳位置。
此參數可以為 NULL
。如果回傳位置不是 NULL
,則您必須將其初始化為NULL
GError*
。如果沒有錯誤,此方法會將參數保留初始化為 NULL
。如果發生錯誤,參數將被設定為新分配的 GError
;呼叫者將取得資料的所有權,並負責釋放它。
回傳值
類型: GArrowDatum
成功時,作為 GArrowDatum
的執行回傳值;錯誤時,則為 NULL
。
方法的呼叫者取得資料的所有權,並負責釋放它。 |
回傳值可以為 NULL 。 |