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