Method
ArrowPrimitiveArrayget_buffer
deprecated: 1.0.0
Declaration [src]
GArrowBuffer*
garrow_primitive_array_get_buffer (
GArrowPrimitiveArray* array
)
Description
No description available.
Deprecated since: 1.0.0
Use garrow_primitive_array_get_data_buffer()
instead.
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. |