ArrowTableDatum

描述

class Arrow.TableDatum : Arrow.Datum {
  parent_instance: GArrowDatum
}
没有可用描述。

构造函数

garrow_table_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.TableDatum:value
没有可用描述。

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

信号

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

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

类结构

struct ArrowTableDatumClass {
  GArrowDatumClass parent_class;
  
}
没有可用描述。
类成员
parent_class: GArrowDatumClass
没有可用描述。