Method
ArrowMutableBufferslice
Declaration [src]
GArrowMutableBuffer*
garrow_mutable_buffer_slice (
GArrowMutableBuffer* buffer,
gint64 offset,
gint64 size
)
Parameters
offset |
gint64 |
An offset in the buffer data in byte. |
|
size |
gint64 |
The number of bytes of the sliced data. |
Return value
Returns: | GArrowMutableBuffer |
A newly created |
|
The caller of the method takes ownership of the data, and is responsible for freeing it. |