Constructor

ArrowListDataTypenew

Declaration [src]

GArrowListDataType*
garrow_list_data_type_new (
  GArrowField* field
)

Description

No description available.

Parameters

field GArrowField
 

The field of elements.

 The data is owned by the caller of the function.

Return value

Returns: GArrowListDataType
 

The newly created list data type.

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