Constructor
GandivaFunctionNodenew
Declaration [src]
GGandivaFunctionNode*
ggandiva_function_node_new (
const gchar* name,
GList* parameters,
GArrowDataType* return_type
)
Parameters
name |
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 |
A list of None |
The parameters of the function call. |
|
The data is owned by the caller of the function. | |
return_type |
GArrowDataType |
The return type of the function call. |
|
The data is owned by the caller of the function. |
Return value
Returns: | GGandivaFunctionNode |
A newly created |
|
The caller of the function takes ownership of the data, and is responsible for freeing it. |