ArrowTableDatum(表数据)

描述

class Arrow.TableDatum : Arrow.Datum {
  parent_instance: GArrowDatum
}
暂无描述。

构造函数

garrow_table_datum_new(新建 arrow 表数据)
暂无描述。

起始版本:1.0.0

实例方法

GArrowDatum(Arrow 数据) 继承的方法 (6)
garrow_datum_equal(数据相等)
暂无描述。

起始版本:1.0.0

garrow_datum_is_array(是否为数组)
暂无描述。

起始版本:1.0.0

garrow_datum_is_array_like(是否类似数组)
暂无描述。

起始版本:1.0.0

garrow_datum_is_scalar(是否为标量)
暂无描述。

起始版本:5.0.0

garrow_datum_is_value(是否为值)
暂无描述。

起始版本:5.0.0

garrow_datum_to_string(数据转换为字符串)
暂无描述。

起始版本:1.0.0

GObject(G对象) 继承的方法 (43)

请参阅 GObject(G对象) 获取完整的方法列表。

信号

GObject(G对象) 继承的信号 (1)
GObject::notify(通知)

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

类结构

struct ArrowTableDatumClass {
  GArrowDatumClass parent_class;
  
}
暂无描述。
类成员
parent_class: GArrowDatumClass(父类:Arrow 数据类)
暂无描述。