export


Description:

[ Version ( since = "6.0.0" ) ]
public void* export () throws Error

Parameters:

this

A Schema.

Returns:

An exported Schema as `struct ArrowStruct *` on success, null on error.

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