export


Description:

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

Parameters:

this

A ChunkedArray to be exported.

Returns:

An exported chunked array as `struct ArrowArrayStream *` on success, null on error. It should be freed with the `ArrowArrayStream:GArrowChunkedArray:release` callback then g_free when no longer needed.