Method

ArrowChunkedArraycombine

Declaration [src]

GArrowArray*
garrow_chunked_array_combine (
  GArrowChunkedArray* chunked_array
  GError** error
)

Description

No description available.
Available since:4.0.0

Return value

Returns: 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.