Method
ArrowBufferget_mutable_data
Declaration [src]
GBytes*
garrow_buffer_get_mutable_data (
GArrowBuffer* buffer
)
Return value
Returns: | GBytes |
The data of the buffer. If the
buffer is immutable, it returns |
|
The caller of the method takes ownership of the data, and is responsible for freeing it. | |
The return value can be NULL . |