Constructor
GandivaFunctionSignaturenew
Declaration [src]
GGandivaFunctionSignature*
ggandiva_function_signature_new (
const gchar* base_name,
GList* parameter_types,
GArrowDataType* return_type
)
Parameters
base_name |
const gchar* |
A base name of a function. |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. | |
parameter_types |
A list of GArrowDataType* |
A list of parameter data types. |
|
The data is owned by the caller of the function. | |
return_type |
GArrowDataType |
A return data type. |
|
The data is owned by the caller of the function. |
Return value
Returns: | GGandivaFunctionSignature |
A |
|
The caller of the function takes ownership of the data, and is responsible for freeing it. |