Interface

ArrowWritable

Description

interface Arrow.Writable : GObject.Object
No description available.

Prerequisite

In order to implement Writable, your type must inherit from GObject.

Instance methods

garrow_writable_flush

It ensures writing all data on memory to storage.

garrow_writable_write
No description available.

Interface structure

struct ArrowWritableInterface {
  /* no available fields */
}