Method

ArrowUnionDataTypeget_field

Declaration [src]

GArrowField*
garrow_union_data_type_get_field (
  GArrowUnionDataType* union_data_type,
  gint i
)

Description

No description available.
Available since:0.12.0

Parameters

i gint
 

The index of the target field.

Return value

Returns: GArrowField
 

The field at the index in the union data type or NULL on not found.

 The caller of the method takes ownership of the data, and is responsible for freeing it.
 The return value can be NULL.