ArrowAggregateNodeOptions

描述

class Arrow.AggregateNodeOptions : Arrow.ExecuteNodeOptions {
  parent_instance: GArrowExecuteNodeOptions
}
暂无描述。

构造函数

garrow_aggregate_node_options_new
暂无描述。

since: 6.0.0

实例方法

GObject 继承的方法 (43)

请参阅 GObject 查看完整的方法列表。

属性

GArrowExecuteNodeOptions 继承的属性 (1)

信号

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

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

类结构

struct ArrowAggregateNodeOptionsClass {
  GArrowExecuteNodeOptionsClass parent_class;
  
}
暂无描述。
类成员
parent_class: GArrowExecuteNodeOptionsClass
暂无描述。