Constructor
GandivaFunctionNodenew
since: 0.12.0
Declaration [src]
GGandivaFunctionNode*
ggandiva_function_node_new (
const gchar* name,
GList* parameters,
GArrowDataType* return_type
)
Parameters
name
-
Type:
const gchar*
The name of the function to be called.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. parameters
-
Type: A list of
None
The parameters of the function call.
The data is owned by the caller of the function. return_type
-
Type:
GArrowDataType
The return type of the function call.
The data is owned by the caller of the function.
Return value
Type: GGandivaFunctionNode
A newly created GGandivaFunctionNode
for the function call.
The caller of the function takes ownership of the data, and is responsible for freeing it. |