Constructor
ArrowLargeListDataTypenew
since: 0.16.0
[−]
Declaration [src]
GArrowLargeListDataType*
garrow_large_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: GArrowLargeListDataType
The newly created large list data type.
The caller of the function takes ownership of the data, and is responsible for freeing it. |