Constructor

ArrowLargeListDataTypenew

Declaration [src]

GArrowLargeListDataType*
garrow_large_list_data_type_new (
  GArrowField* field
)

Description

No description available.
Available since:0.16.0

Parameters

field GArrowField
 

The field of elements.

 The data is owned by the caller of the function.

Return value

Returns: GArrowLargeListDataType
 

The newly created large list data type.

 The caller of the function takes ownership of the data, and is responsible for freeing it.