ArrowRunEndEncodedDataType

描述

class Arrow.RunEndEncodedDataType : Arrow.FixedWidthDataType {
  parent_instance: GArrowFixedWidthDataType
}
没有可用的描述。

构造函数

garrow_run_end_encoded_data_type_new
没有可用的描述。

since: 13.0.0

实例方法

garrow_run_end_encoded_data_type_get_run_end_data_type
没有可用的描述。

since: 13.0.0

garrow_run_end_encoded_data_type_get_value_data_type
没有可用的描述。

since: 13.0.0

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

garrow_data_type_export
没有可用的描述。

since: 6.0.0

garrow_data_type_get_id
没有可用的描述。

garrow_data_type_get_name
没有可用的描述。

since: 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 ArrowRunEndEncodedDataTypeClass {
  GArrowFixedWidthDataTypeClass parent_class;
  
}
没有可用的描述。
类成员
parent_class: GArrowFixedWidthDataTypeClass
没有可用的描述。