建構子

GandivaFunctionNodenew

自版本:0.12.0

宣告 [src]

GGandivaFunctionNode*
ggandiva_function_node_new (
  const gchar* name,
  GList* parameters,
  GArrowDataType* return_type
)

描述

無可用描述。

自版本 0.12.0 起可用

參數

name

類型: const gchar*

要呼叫的函式名稱。

資料的所有權屬於函式的呼叫者。
此值為 NUL 終止的 UTF-8 字串。
parameters

類型: None 的列表

函式呼叫的參數。

資料的所有權屬於函式的呼叫者。
return_type

類型: GArrowDataType

函式呼叫的回傳類型。

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

回傳值

類型: GGandivaFunctionNode

為函式呼叫新建立的 GGandivaFunctionNode

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