Method

ArrowLargeBinaryArrayget_buffer

Declaration [src]

GArrowBuffer*
garrow_large_binary_array_get_buffer (
  GArrowLargeBinaryArray* array
)

Description

No description available.
Available since:0.16.0
Deprecated since:1.0.0

Use garrow_large_binary_array_get_data_buffer() instead.

Return value

Returns: GArrowBuffer
 

The data of the array as GArrowBuffer.

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