Method

ArrowDataTypeexport

Declaration [src]

gpointer
garrow_data_type_export (
  GArrowDataType* data_type
  GError** error
)

Description

No description available.
Available since:6.0.0

Return value

Returns: gpointer
 

An exported GArrowDataType as struct ArrowStruct * on success, NULL on error.

It should be freed with the ArrowSchema::release callback then g_free() when no longer needed.

 The caller of the method takes ownership of the data, and is responsible for freeing it.
 The return value can be NULL.