Method
ArrowChunkedArraycombine
since: 4.0.0
Declaration [src]
GArrowArray*
garrow_chunked_array_combine (
GArrowChunkedArray* chunked_array
GError** error
)
Return value
Type: GArrowArray
The combined array that has all data in all chunks.
The caller of the method takes ownership of the data, and is responsible for freeing it. |
The return value can be NULL . |