ArrowAggregation

描述

class Arrow.Aggregation : GObject.Object {
  parent_instance: GObject
}
暂无描述。

祖先

构造函数

garrow_aggregation_new
暂无描述。

since: 6.0.0 (始于 6.0.0)

实例方法

继承自 GObject 的方法 (43)

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

属性

Arrow.Aggregation:function

用于聚合的函数名。

since: 6.0.0 (始于 6.0.0)

Arrow.Aggregation:input

聚合函数的输入字段名。

since: 6.0.0 (始于 6.0.0)

Arrow.Aggregation:options

聚合函数的选项。

since: 6.0.0 (始于 6.0.0)

Arrow.Aggregation:output

聚合函数的输出字段名。

since: 6.0.0 (始于 6.0.0)

信号

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

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

类结构

struct ArrowAggregationClass {
  GObjectClass parent_class;
  
}
暂无描述。
类成员
parent_class: GObjectClass
暂无描述。