Constructor

ArrowMutableBuffernew_bytes

Declaration [src]

GArrowMutableBuffer*
garrow_mutable_buffer_new_bytes (
  GBytes* data
)

Description

No description available.
Available since:0.9.0

Parameters

data GBytes
 

Data for the buffer.

 The data is owned by the caller of the function.

Return value

Returns: GArrowMutableBuffer
 

A newly created GArrowMutableBuffer.

 The caller of the function takes ownership of the data, and is responsible for freeing it.