Movatterモバイル変換


[0]ホーム

URL:


Class

ArrowJSONReadOptions

Description

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

Ancestors

Constructors

garrow_json_read_options_new
No description available.

since: 0.14.0

Instance methods

Methods inherited fromGObject (43)

Please see GObject for a full list of methods.

Properties

Arrow.JSONReadOptions:allow-newlines-in-values

Whether objects may be printed across multiple lines (for example pretty printed).ifFALSE, input must end with an empty line.

since: 0.14.0

Arrow.JSONReadOptions:block-size

Block size we request from theIO layer; also determines the sizeof chunks whenGArrowJSONReadOptions:use-threads isTRUE.

since: 0.14.0

Arrow.JSONReadOptions:schema

Schema for passing custom conversion rules.

since: 0.14.0

Arrow.JSONReadOptions:unexpected-field-behavior

How to parse handle fields outside the explicit schema.

since: 0.14.0

Arrow.JSONReadOptions:use-threads

Whether to use the globalCPU thread pool.

since: 0.14.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 ArrowJSONReadOptionsClass {  GObjectClass parent_class;  }
No description available.
Class members
parent_class: GObjectClass
No description available.

[8]ページ先頭

©2009-2025 Movatter.jp