ArrowSchema

描述

class Arrow.Schema : GObject.Object {
  parent_instance: GObject
}
无可用描述。

祖先

构造函数

garrow_schema_new
无可用描述。

函数

garrow_schema_import
无可用描述。

since: 6.0.0

实例方法

garrow_schema_add_field
无可用描述。

since: 0.10.0

garrow_schema_equal
无可用描述。

since: 0.4.0

garrow_schema_export
无可用描述。

since: 6.0.0

garrow_schema_get_field
无可用描述。

garrow_schema_get_field_by_name
无可用描述。

garrow_schema_get_field_index
无可用描述。

since: 0.15.0

garrow_schema_get_fields
无可用描述。

garrow_schema_get_metadata
无可用描述。

since: 0.17.0

garrow_schema_has_metadata
无可用描述。

since: 3.0.0

garrow_schema_n_fields
无可用描述。

garrow_schema_remove_field
无可用描述。

since: 0.10.0

garrow_schema_replace_field
无可用描述。

since: 0.10.0

garrow_schema_to_string
无可用描述。

garrow_schema_to_string_metadata
无可用描述。

since: 0.17.0

garrow_schema_with_metadata
无可用描述。

since: 0.17.0

GObject 继承的方法 (43)

请参阅 GObject 以获取完整的方法列表。

属性

Arrow.Schema:schema
无可用描述。

信号

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

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

类结构

struct ArrowSchemaClass {
  GObjectClass parent_class;
  
}
无可用描述。
类成员
parent_class: GObjectClass
无可用描述。