Method
ArrowReadableread
Declaration [src]
GArrowBuffer*
garrow_readable_read (
GArrowReadable* readable,
gint64 n_bytes,
GError** error
)
Parameters
n_bytes |
gint64 |
The number of bytes to be read. |
|
error |
GError ** |
The return location for a GError* , or NULL . |
Return value
Returns: | GArrowBuffer |
|
|
The caller of the method takes ownership of the data, and is responsible for freeing it. | |
The return value can be NULL . |