Constructor
GandivaExpressionnew
Declaration [src]
GGandivaExpression*
ggandiva_expression_new (
GGandivaNode* root_node,
GArrowField* result_field
)
Parameters
root_node |
GGandivaNode |
The root node for the expression. |
|
The data is owned by the caller of the function. | |
result_field |
GArrowField |
The name and type of returned value as |
|
The data is owned by the caller of the function. |
Return value
Returns: | GGandivaExpression |
A newly created |
|
The caller of the function takes ownership of the data, and is responsible for freeing it. |