ArrowUInt8Array

描述

class Arrow.UInt8Array : Arrow.NumericArray {
  parent_instance: GArrowNumericArray
}
无可用描述。

构造函数

garrow_uint8_array_new
无可用描述。

since: 0.4.0

实例方法

garrow_uint8_array_get_value
无可用描述。

garrow_uint8_array_get_values
无可用描述。

garrow_uint8_array_sum
无可用描述。

since: 0.13.0

继承自 GArrowNumericArray 的方法 (1)
garrow_numeric_array_mean
无可用描述。

since: 0.13.0

继承自 GArrowPrimitiveArray 的方法 (2)
garrow_primitive_array_get_buffer
无可用描述。

deprecated: 1.0.0 

garrow_primitive_array_get_data_buffer
无可用描述。

since: 1.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 ArrowUInt8ArrayClass {
  GArrowNumericArrayClass parent_class;
  
}
无可用描述。
类成员
parent_class: GArrowNumericArrayClass
无可用描述。