Constructor

ArrowLargeListDataTypenew

since: 0.16.0

[]

Declaration [src]

GArrowLargeListDataType*
garrow_large_list_data_type_new (
  GArrowField* field
)
[]

Description

No description available.

Available since: 0.16.0

[]

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.