Constructor

GandivaFieldNodenew

Declaration [src]

GGandivaFieldNode*
ggandiva_field_node_new (
  GArrowField* field
)

Description

No description available.
Available since:0.12.0

Parameters

field GArrowField
 

A GArrowField.

 The data is owned by the caller of the function.

Return value

Returns: GGandivaFieldNode
 

A newly created GGandivaFieldNode for the given field.

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