ArrowFloatDataType

描述

class Arrow.FloatDataType : Arrow.FloatingPointDataType {
  parent_instance: GArrowFloatingPointDataType
}
无可用描述。

构造函数

garrow_float_data_type_new
无可用描述。

实例方法

GArrowFixedWidthDataType 继承的方法 (1)
GArrowDataType 继承的方法 (5)
garrow_data_type_equal
无可用描述。

garrow_data_type_export
无可用描述。

自从: 6.0.0

garrow_data_type_get_id
无可用描述。

garrow_data_type_get_name
无可用描述。

自从: 3.0.0

garrow_data_type_to_string
无可用描述。

GObject 继承的方法 (43)

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

属性

GArrowDataType 继承的属性 (1)
Arrow.DataType:data-type
无可用描述。

信号

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

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

类结构

struct ArrowFloatDataTypeClass {
  GArrowFloatingPointDataTypeClass parent_class;
  
}
无可用描述。
类成员
parent_class: GArrowFloatingPointDataTypeClass
无可用描述。