ArrowSparseUnionScalar

描述

class Arrow.SparseUnionScalar : Arrow.UnionScalar {
  parent_instance: GArrowUnionScalar
}
没有可用的描述。

构造函数

garrow_sparse_union_scalar_new
没有可用的描述。

since: 5.0.0

实例方法

继承自 GArrowUnionScalar 的方法 (2)
garrow_union_scalar_get_type_code
没有可用的描述。

since: 6.0.0

garrow_union_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 来获取完整的方法列表。

属性

继承自 GArrowUnionScalar 的属性 (1)
Arrow.UnionScalar: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 ArrowSparseUnionScalarClass {
  GArrowUnionScalarClass parent_class;
  
}
没有可用的描述。
类成员
parent_class: GArrowUnionScalarClass
没有可用的描述。