Constructor

GandivaExpressionnew

Declaration [src]

GGandivaExpression*
ggandiva_expression_new (
  GGandivaNode* root_node,
  GArrowField* result_field
)

Description

No description available.
Available since:0.12.0

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 GArrowField.

 The data is owned by the caller of the function.

Return value

Returns: GGandivaExpression
 

A newly created GGandivaExpression.

 The caller of the function takes ownership of the data, and is responsible for freeing it.