Method
ArrowBufferslice
Declaration [src]
GArrowBuffer*
garrow_buffer_slice (
GArrowBuffer* 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: | GArrowBuffer |
A newly created |
|
The caller of the method takes ownership of the data, and is responsible for freeing it. |