Method
ArrowUnionDataTypeget_field
Declaration [src]
GArrowField*
garrow_union_data_type_get_field (
GArrowUnionDataType* union_data_type,
gint i
)
Return value
Returns: | GArrowField |
The field at the index in the union data type or |
|
The caller of the method takes ownership of the data, and is responsible for freeing it. | |
The return value can be NULL . |