Method

ArrowLargeBinaryArrayget_data_buffer

since: 1.0.0

Declaration [src]

GArrowBuffer*
garrow_large_binary_array_get_data_buffer (
  GArrowLargeBinaryArray* array
)

Description

No description available.

Available since: 1.0.0

Return value

Type: GArrowBuffer

The data of the array as GArrowBuffer.

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