ArrowLargeListScalar

描述

class Arrow.LargeListScalar : Arrow.BaseListScalar {
  parent_instance: GArrowBaseListScalar
}
没有可用的描述。

构造函数

garrow_large_list_scalar_new
没有可用的描述。

since: 5.0.0

实例方法

继承自 GArrowBaseListScalar 的方法 (1)
garrow_base_list_scalar_get_value
没有可用的描述。

since: 5.0.0

继承自 GArrowScalar 的方法 (6)
garrow_scalar_cast
没有可用的描述。

since: 5.0.0

garrow_scalar_equal
没有可用的描述。

since: 5.0.0

garrow_scalar_equal_options
没有可用的描述。

since: 5.0.0

garrow_scalar_get_data_type
没有可用的描述。

since: 5.0.0

garrow_scalar_is_valid
没有可用的描述。

since: 5.0.0

garrow_scalar_to_string
没有可用的描述。

since: 5.0.0

继承自 GObject 的方法 (43)

请查看 GObject 以获取完整的方法列表。

属性

继承自 GArrowBaseListScalar 的属性 (1)
Arrow.BaseListScalar:value

标量的值。

since: 5.0.0

继承自 GArrowScalar 的属性 (2)
Arrow.Scalar:data-type

标量的数据类型。

since: 5.0.0

Arrow.Scalar:scalar
没有可用的描述。

信号

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

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

类结构

struct ArrowLargeListScalarClass {
  GArrowBaseListScalarClass parent_class;
  
}
没有可用的描述。
类成员
parent_class: GArrowBaseListScalarClass
没有可用的描述。