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