| [ Web Proxy ] |
| Viewing: https://arrow.apache.org/docs/python/api/../../cpp/../c_glib/arrow-glib/class.WriteOptions.html | [Back] [Original] |
Generated by gi-docgen 2025.3
class Arrow.WriteOptions : GObject.Object
{
/* No available fields */
}
No description available.
Write padding after memory buffers to this multiple of bytes. Generally 8 or 64.
since: 1.0.0
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
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
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
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.
struct ArrowWriteOptionsClass {
GObjectClass parent_class;
}
No description available.
parent_class: GObjectClassNo description available.
Content
| Web Proxy Viewer | New URL | Original Page |