Method
ArrowListDataTypeget_field
deprecated: 21.0.0 since: 0.13.0
Declaration [src]
GArrowField*
garrow_list_data_type_get_field (
GArrowListDataType* list_data_type
)
Description
No description available.
Available since: 0.13.0
Deprecated since: 21.0.0
Use garrow_base_list_data_type_get_field()
instead.
Return value
Type: GArrowField
The field of value.
The caller of the method takes ownership of the data, and is responsible for freeing it. |