Constructor
ArrowStructDataTypenew
Declaration [src]
GArrowStructDataType*
garrow_struct_data_type_new (
  GList* fields
)
Parameters
- fields
- 
            Type: A list of NoneThe fields of the struct. The data is owned by the caller of the function. 
Return value
Type: GArrowStructDataType
The newly created struct data type.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |