Class
ArrowJSONReadOptions
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.
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
.
since: 0.14.0
Arrow.JSONReadOptions:unexpected-field-behavior
How to parse handle fields outside the explicit schema.
since: 0.14.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.