Constructor
ArrowListDataTypenew
Declaration [src]
GArrowListDataType*
garrow_list_data_type_new (
GArrowField* field
)
Parameters
field
-
Type:
GArrowField
The field of elements.
The data is owned by the caller of the function.
Return value
Type: GArrowListDataType
The newly created list data type.
The caller of the function takes ownership of the data, and is responsible for freeing it. |