Method
ArrowChunkedArrayexport
since: 21.0.0
Declaration [src]
gpointer
garrow_chunked_array_export (
GArrowChunkedArray* chunked_array
GError** error
)
Return value
Type: gpointer
An exported chunked array as
struct ArrowArrayStream *
on success, NULL
on error.
It should be freed with the ArrowArrayStream::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 . |