類別

ArrowUInt64純量

描述

class Arrow.UInt64Scalar : Arrow.Scalar {
  parent_instance: GArrowScalar
}
無可用描述。

建構子

garrow_uint64_scalar_new
無可用描述。

since: 5.0.0

實例方法

garrow_uint64_scalar_get_value
無可用描述。

since: 5.0.0

GArrow純量 繼承的方法 (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

屬性

GArrow純量 繼承的屬性 (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 ArrowUInt64ScalarClass {
  GArrowScalarClass parent_class;
  
}
無可用描述。
類別成員
parent_class: GArrowScalarClass
無可用描述。