ArrowScalar

描述

abstract class Arrow.Scalar : GObject.Object {
  parent_instance: GObject
}
没有可用的描述。

祖先

函数

garrow_scalar_parse
没有可用的描述。

since: 5.0.0

实例方法

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

属性

Arrow.Scalar:data-type

标量的数据类型。

since: 5.0.0

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

信号

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

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

类结构

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