ArrowTableConcatenateOptions

描述

class Arrow.TableConcatenateOptions : GObject.Object {
  parent_instance: GObject
}
无可用描述。

祖先

构造函数

garrow_table_concatenate_options_new
无可用描述。

since: 6.0.0

实例方法

GObject (43) 继承的方法

请参考 GObject 以获取完整的方法列表。

属性

Arrow.TableConcatenateOptions:promote-nullability

如果为 true,则 GArrowNullDataTypeGArrowField 可以与另一种类型的 GArrowField 统一。 统一后的字段将是另一种类型,并变为可空的。 可空性将被提升到更宽松的选项(如果其中一个不可空,则可空)。

since: 6.0.0

Arrow.TableConcatenateOptions:unify-schemas

如果为 true,则首先统一表的 schema,并根据 GArrowTableConcatenateOptions:promote-nullability 合并具有相同名称的字段,然后在连接之前将每个表提升到统一的 schema。

since: 6.0.0

信号

GObject (1) 继承的信号
GObject::notify

当对象的某个属性通过 g_object_set_property()、g_object_set() 等等设置其值时,会发出 notify 信号。

类结构

struct ArrowTableConcatenateOptionsClass {
  GObjectClass parent_class;
  
}
无可用描述。
类成员
parent_class: GObjectClass
无可用描述。