Method

ArrowStructDataTypeget_fields

Declaration [src]

GList*
garrow_struct_data_type_get_fields (
  GArrowStructDataType* struct_data_type
)

Description

No description available.
Available since:0.12.0

Return value

Returns: A list of None
 

The fields of the struct data type.

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