ArrowDecimal32Array

描述

class Arrow.Decimal32Array : Arrow.FixedSizeBinaryArray {
  parent_instance: GArrowFixedSizeBinaryArray
}
暂无描述。

实例方法

garrow_decimal32_array_format_value
暂无描述。

since: 19.0.0

garrow_decimal32_array_get_value
暂无描述。

since: 19.0.0

GArrowFixedSizeBinaryArray 继承的方法 (3)
garrow_fixed_size_binary_array_get_byte_width
暂无描述。

since: 3.0.0

garrow_fixed_size_binary_array_get_value
暂无描述。

since: 3.0.0

garrow_fixed_size_binary_array_get_values_bytes
暂无描述。

since: 3.0.0

GArrowPrimitiveArray 继承的方法 (2)
garrow_primitive_array_get_buffer
暂无描述。

已弃用: 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() 等等设置其值时,会发出 notify 信号。

类结构

struct ArrowDecimal32ArrayClass {
  GArrowFixedSizeBinaryArrayClass parent_class;
  
}
暂无描述。
类成员
parent_class: GArrowFixedSizeBinaryArrayClass
暂无描述。