Method
ArrowStructDataTypeget_field
since: 0.12.0
Declaration [src]
GArrowField*
garrow_struct_data_type_get_field (
GArrowStructDataType* struct_data_type,
gint i
)
Return value
Type: GArrowField
The field at the index in the struct 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 . |