Method

ArrowBinaryArrayget_offsets_buffer

Declaration [src]

GArrowBuffer*
garrow_binary_array_get_offsets_buffer (
  GArrowBinaryArray* array
)

Description

No description available.

Return value

Returns: GArrowBuffer
 

The offsets of the array as GArrowBuffer.

 The caller of the method takes ownership of the data, and is responsible for freeing it.