Class

ArrowTableConcatenateOptions

Description

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

Ancestors

Constructors

garrow_table_concatenate_options_new
No description available.

Available since: 6.0.0

Instance methods

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

Arrow.TableConcatenateOptions:promote-nullability

If true, a GArrowField of GArrowNullDataType can be unified with a GArrowField of another type. The unified field will be of the other type and become nullable. Nullability will be promoted to the looser option (nullable if one is not nullable).

Available since: 6.0.0

Arrow.TableConcatenateOptions:unify-schemas

If true, the schemas of the tables will be first unified with fields of the same name being merged, according to GArrowTableConcatenateOptions:promote-nullability, then each table will be promoted to the unified schema before being concatenated.

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