Method
ArrowBufferget_data
Declaration [src]
GBytes*
garrow_buffer_get_data (
GArrowBuffer* buffer
)
Return value
Returns: | GBytes |
The data of the buffer. The data is owned by the buffer. You should not free or modify the data. |
|
The caller of the method takes ownership of the data, and is responsible for freeing it. |