Method
ArrowUnionDataTypeget_fields
since: 0.12.0
[−]
Declaration [src]
GList*
garrow_union_data_type_get_fields (
GArrowUnionDataType* union_data_type
)
[−]
Return value
Type: 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. |