Method
ArrowChunkedArrayget_chunk
Declaration [src]
GArrowArray*
garrow_chunked_array_get_chunk (
  GArrowChunkedArray* chunked_array,
  guint i
)
      Return value
| Returns: | GArrowArray | 
          
The i-th chunk of the chunked array.  | 
          |
| The caller of the method takes ownership of the data, and is responsible for freeing it. |