Top |
GArrowReadable is implemented by GArrowBufferInputStream, GArrowCUDABufferInputStream, GArrowCompressedInputStream, GArrowFileInputStream, GArrowGIOInputStream, GArrowInputStream, GArrowMemoryMappedInputStream and GArrowSeekableInputStream.
GArrowBuffer * garrow_readable_read (GArrowReadable *readable
,gint64 n_bytes
,GError **error
);
GArrowBuffer that has read
data on success, NULL
if there was an error.
[transfer full][nullable]
GBytes * garrow_readable_read_bytes (GArrowReadable *readable
,gint64 n_bytes
,GError **error
);
Since: 0.17.0