Top | ![]() |
![]() |
![]() |
![]() |
GArrowIOWriteable is implemented by GArrowIOFileOutputStream and GArrowIOMemoryMappedFile.
gboolean garrow_io_writeable_write (GArrowIOWriteable *writeable
,const guint8 *data
,gint64 n_bytes
,GError **error
);
gboolean garrow_io_writeable_flush (GArrowIOWriteable *writeable
,GError **error
);
It ensures writing all data on memory to storage.