Movatterモバイル変換


[0]ホーム

URL:


Class

ArrowWriteOptions

Description

class Arrow.WriteOptions : GObject.Object {  parent_instance: GObject}
No description available.

Ancestors

Constructors

garrow_write_options_new
No description available.

since: 1.0.0

Instance methods

Methods inherited fromGObject (43)

Please see GObject for a full list of methods.

Properties

Arrow.WriteOptions:alignment

Write padding after memory buffers to this multiple ofbytes. 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-bitint. 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 bodybuffers. This is not part of the ArrowIPC protocol and only forinternal use (e.g. Feather files).

since: 2.0.0

Arrow.WriteOptions:max-recursion-depth

The maximum permitted schema nesting depth.

since: 1.0.0

Arrow.WriteOptions:use-threads

Whether to use the globalCPU thread pool.

since: 1.0.0

Arrow.WriteOptions:write-legacy-ipc-format

Whether to write the pre-0.15.0 encapsulatedIPC message formatconsisting of a 4-byte prefix instead of 8 byte.

since: 1.0.0

Signals

Signals inherited fromGObject (1)
GObject::notify

The notify signal is emitted on an object when one of its properties hasits value set through g_object_set_property(), g_object_set(), et al.

Class structure

struct ArrowWriteOptionsClass {  GObjectClass parent_class;  }
No description available.
Class members
parent_class: GObjectClass
No description available.

[8]ページ先頭

©2009-2025 Movatter.jp