Method

ArrowUnionDataTypeget_fields

Declaration [src]

GList*
garrow_union_data_type_get_fields (
  GArrowUnionDataType* union_data_type
)

Description

No description available.
Available since:0.12.0

Return value

Returns: A list of None
 

The fields of the union data type.

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