Method
ArrowLargeBinaryArrayget_offsets_buffer
since: 0.16.0
Declaration [src]
GArrowBuffer*
garrow_large_binary_array_get_offsets_buffer (
GArrowLargeBinaryArray* array
)
Return value
Type: GArrowBuffer
The offsets of the array as GArrowBuffer
.
The caller of the method takes ownership of the data, and is responsible for freeing it. |