Class

ArrowJSONReadOptions

Description

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

Ancestors

Constructors

garrow_json_read_options_new
No description available.

Available since: 0.14.0

Instance methods

Methods inherited from GObject (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). if FALSE, input must end with an empty line.

Available since: 0.14.0

Arrow.JSONReadOptions:block-size

Block size we request from the IO layer; also determines the size of chunks when GArrowJSONReadOptions:use-threads is TRUE.

Available since: 0.14.0

Arrow.JSONReadOptions:schema

Schema for passing custom conversion rules.

Available since: 0.14.0

Arrow.JSONReadOptions:unexpected-field-behavior

How to parse handle fields outside the explicit schema.

Available since: 0.14.0

Arrow.JSONReadOptions:use-threads

Whether to use the global CPU thread pool.

Available since: 0.14.0

Signals

Signals inherited from GObject (1)
GObject.Object::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.

Class structure

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