ArrowDecimal128Array

描述

class Arrow.Decimal128Array : Arrow.FixedSizeBinaryArray {
  parent_instance: GArrowFixedSizeBinaryArray
}
没有可用的描述。

实例方法

garrow_decimal128_array_format_value
没有可用的描述。

since: 0.10.0

garrow_decimal128_array_get_value
没有可用的描述。

since: 0.10.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
没有可用的描述。

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