ArrowRecordBatchFileWriter

描述

class Arrow.RecordBatchFileWriter : Arrow.RecordBatchStreamWriter {
  parent_instance: GArrowRecordBatchStreamWriter
}
暂无描述。

构造函数

garrow_record_batch_file_writer_new
暂无描述。

since: 0.4.0

实例方法

继承自 GArrowRecordBatchWriter 的方法 (4)
garrow_record_batch_writer_close
暂无描述。

since: 0.4.0

garrow_record_batch_writer_is_closed
暂无描述。

since: 18.0.0

garrow_record_batch_writer_write_record_batch
暂无描述。

since: 0.4.0

garrow_record_batch_writer_write_table
暂无描述。

since: 0.8.0

继承自 GObject 的方法 (43)

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

属性

信号

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

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

类结构

struct ArrowRecordBatchFileWriterClass {
  GArrowRecordBatchStreamWriterClass parent_class;
  
}
暂无描述。
类成员
parent_class: GArrowRecordBatchStreamWriterClass
暂无描述。