Class
ArrowWriteOptions
Properties
Arrow.WriteOptions:alignment
Write padding after memory buffers to this multiple of bytes. Generally 8 or 64.
since: 1.0.0
Arrow.WriteOptions:allow-64bit
Whether to allow field lengths that don’t fit in a signed 32-bit int. Some implementations may not be able to parse such streams.
since: 1.0.0
Arrow.WriteOptions:codec
Codec to use for compressing and decompressing record batch body buffers. This is not part of the Arrow IPC protocol and only for internal use (e.g. Feather files).
since: 2.0.0
Arrow.WriteOptions:write-legacy-ipc-format
Whether to write the pre-0.15.0 encapsulated IPC message format consisting of a 4-byte prefix instead of 8 byte.
since: 1.0.0
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.