ArrowDecimal256DataType

描述

class Arrow.Decimal256DataType : Arrow.DecimalDataType {
  parent_instance: GArrowDecimalDataType
}
没有可用描述。

构造函数

garrow_decimal256_data_type_new
没有可用描述。

since: 3.0.0

函数

garrow_decimal256_data_type_max_precision
没有可用描述。

since: 3.0.0

实例方法

GArrowDecimalDataType 继承的方法 (2)
garrow_decimal_data_type_get_precision
没有可用描述。

since: 0.10.0

garrow_decimal_data_type_get_scale
没有可用描述。

since: 0.10.0

GArrowFixedSizeBinaryDataType 继承的方法 (1)
garrow_fixed_size_binary_data_type_get_byte_width
没有可用描述。

since: 0.12.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(), et al 设置其值时,会发出 notify 信号。

类结构

struct ArrowDecimal256DataTypeClass {
  GArrowDecimalDataTypeClass parent_class;
  
}
没有可用描述。
类成员
parent_class: GArrowDecimalDataTypeClass
没有可用描述。