Constructor
ArrowBuffernew_bytes
Declaration [src]
GArrowBuffer*
garrow_buffer_new_bytes (
GBytes* data
)
Parameters
data |
GBytes |
Data for the buffer. |
|
The data is owned by the caller of the function. |
Return value
Returns: | GArrowBuffer |
A newly created |
|
The caller of the function takes ownership of the data, and is responsible for freeing it. |