Method

ArrowChunkedArrayget_chunk

Declaration [src]

GArrowArray*
garrow_chunked_array_get_chunk (
  GArrowChunkedArray* chunked_array,
  guint i
)

Description

No description available.

Parameters

i guint
 

The index of the target chunk.

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.