ArrowRecordBatchBuilder

描述

class Arrow.RecordBatchBuilder : GObject.Object {
  parent_instance: GObject
}
没有可用的描述。

祖先

构造函数

garrow_record_batch_builder_new
没有可用的描述。

since: 0.8.0

实例方法

garrow_record_batch_builder_flush
没有可用的描述。

since: 0.8.0

garrow_record_batch_builder_get_column_builder
没有可用的描述。

since: 0.13.0

garrow_record_batch_builder_get_field
没有可用的描述。

已弃用: 0.13.0 since: 0.8.0

garrow_record_batch_builder_get_initial_capacity
没有可用的描述。

since: 0.8.0

garrow_record_batch_builder_get_n_columns
没有可用的描述。

since: 0.13.0

garrow_record_batch_builder_get_n_fields
没有可用的描述。

已弃用: 0.13.0 since: 0.8.0

garrow_record_batch_builder_get_schema
没有可用的描述。

since: 0.8.0

garrow_record_batch_builder_set_initial_capacity
没有可用的描述。

since: 0.8.0

GObject 继承的方法 (43)

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

属性

信号

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

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

类结构

struct ArrowRecordBatchBuilderClass {
  GObjectClass parent_class;
  
}
没有可用的描述。
类成员
parent_class: GObjectClass
没有可用的描述。