Constructor

ArrowStructDataTypenew

Declaration [src]

GArrowStructDataType*
garrow_struct_data_type_new (
  GList* fields
)

Description

No description available.

Parameters

fields A list of None
 

The fields of the struct.

 The data is owned by the caller of the function.

Return value

Returns: GArrowStructDataType
 

The newly created struct data type.

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