export


Description:

[ Version ( since = "6.0.0" ) ]
public bool export (out void* c_abi_array, out void* c_abi_schema) throws Error

Parameters:

this

A Array.

c_abi_array

Return location for a `struct ArrowArray *`. It should be freed with the `ArrowArray:GArrowArray:release` callback then g_free when no longer needed.

c_abi_schema

Return location for a `struct ArrowSchema *` or null. It should be freed with the `ArrowSchema: GArrowArray:release` callback then g_free when no longer needed.

Returns:

true on success, false on error.