ArrowDecimal64Scalar

描述

class Arrow.Decimal64Scalar : Arrow.Scalar {
  parent_instance: GArrowScalar
}
暂无描述。

构造函数

garrow_decimal64_scalar_new
暂无描述。

since: 19.0.0

实例方法

garrow_decimal64_scalar_get_value
暂无描述。

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

属性

Arrow.Decimal64Scalar:value

标量的值。

since: 19.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 ArrowDecimal64ScalarClass {
  GArrowScalarClass parent_class;
  
}
暂无描述。
类成员
parent_class: GArrowScalarClass
暂无描述。