GArrowReadable — Input interface
GInterface ╰── GArrowReadable
GArrowReadable is an interface for input. Input must be readable.
GArrowBuffer * garrow_readable_read (GArrowReadable *readable, gint64 n_bytes, GError **error);
GArrowReadable *readable
gint64 n_bytes
GError **error
readable
A GArrowReadable.
n_bytes
The number of bytes to be read.
error
Return location for a GError or NULL.
NULL
GArrowBuffer that has read data on success, NULL if there was an error.
[transfer full][nullable]