Constructor
ArrowResizableBuffernew
Declaration [src]
GArrowResizableBuffer*
garrow_resizable_buffer_new (
gint64 initial_size,
GError** error
)
Parameters
initial_size |
gint64 |
The initial buffer size in bytes. |
|
error |
GError ** |
The return location for a GError* , or NULL . |
Return value
Returns: | GArrowResizableBuffer |
A newly created |
|
The caller of the function takes ownership of the data, and is responsible for freeing it. | |
The return value can be NULL . |