Method

ArrowChunkedArrayget_chunk

Declaration [src]

GArrowArray*
garrow_chunked_array_get_chunk (
  GArrowChunkedArray* chunked_array,
  guint i
)

Description

No description available.

Parameters

i

Type: guint

The index of the target chunk.

Return value

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