Method

ArrowUnionDataTypeget_field

since: 0.12.0

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

Type: gint

The index of the target field.

Return value

Type: 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.