ArrowRunEndEncodedArray

描述

class Arrow.RunEndEncodedArray : Arrow.Array {
  parent_instance: GArrowArray
}
无可用描述。

继承自

构造函数

garrow_run_end_encoded_array_new
无可用描述。

since: 13.0.0

实例方法

garrow_run_end_encoded_array_decode
无可用描述。

since: 13.0.0

garrow_run_end_encoded_array_find_physical_length
无可用描述。

since: 13.0.0

garrow_run_end_encoded_array_find_physical_offset
无可用描述。

since: 13.0.0

garrow_run_end_encoded_array_get_logical_run_ends
无可用描述。

since: 13.0.0

garrow_run_end_encoded_array_get_logical_values
无可用描述。

since: 13.0.0

garrow_run_end_encoded_array_get_run_ends
无可用描述。

since: 13.0.0

garrow_run_end_encoded_array_get_values
无可用描述。

since: 13.0.0

GArrowArray 继承的方法 (34)

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

GObject 继承的方法 (43)

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

属性

GArrowArray 继承的属性 (6)
Arrow.Array:array
无可用描述。

Arrow.Array:buffer1
无可用描述。

Arrow.Array:buffer2
无可用描述。

Arrow.Array:null-bitmap
无可用描述。

Arrow.Array:parent
无可用描述。

Arrow.Array:value-data-type
无可用描述。

信号

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

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

类结构

struct ArrowRunEndEncodedArrayClass {
  GArrowArrayClass parent_class;
  
}
无可用描述。
类成员
parent_class: GArrowArrayClass
无可用描述。