Top |
GArrowWritable is implemented by GArrowBufferOutputStream, GArrowCUDABufferOutputStream, GArrowCompressedOutputStream, GArrowFileOutputStream, GArrowGIOOutputStream and GArrowOutputStream.
gboolean garrow_writable_write (GArrowWritable *writable
,const guint8 *data
,gint64 n_bytes
,GError **error
);
gboolean garrow_writable_flush (GArrowWritable *writable
,GError **error
);
It ensures writing all data on memory to storage.