ArrowArrayDatum

描述

class Arrow.ArrayDatum : Arrow.Datum {
  parent_instance: GArrowDatum
}
无可用描述。

构造函数

garrow_array_datum_new
无可用描述。

since: 1.0.0

实例方法

继承自 GArrowDatum 的方法 (6)
garrow_datum_equal
无可用描述。

since: 1.0.0

garrow_datum_is_array
无可用描述。

since: 1.0.0

garrow_datum_is_array_like
无可用描述。

since: 1.0.0

garrow_datum_is_scalar
无可用描述。

since: 5.0.0

garrow_datum_is_value
无可用描述。

since: 5.0.0

garrow_datum_to_string
无可用描述。

since: 1.0.0

继承自 GObject 的方法 (43)

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

属性

Arrow.ArrayDatum:value
无可用描述。

继承自 GArrowDatum 的属性 (1)
Arrow.Datum:datum
无可用描述。

信号

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

当一个对象的属性通过 g_object_set_property(), g_object_set(), et al 设置了它的值时,会在该对象上发出 notify 信号。

类结构

struct ArrowArrayDatumClass {
  GArrowDatumClass parent_class;
  
}
无可用描述。
类成员
parent_class: GArrowDatumClass
无可用描述。