Method
ArrowListDataTypeget_value_field
deprecated: 0.13.0
Declaration [src]
GArrowField*
garrow_list_data_type_get_value_field (
GArrowListDataType* list_data_type
)
Description
No description available.
Deprecated since: 0.13.0
Use garrow_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. |