ArrowOutputStream

描述

class Arrow.OutputStream : GObject.Object {
  parent_instance: GObject
}
暂无描述。

祖先

实例方法

garrow_output_stream_align
暂无描述。

自:0.11.0

garrow_output_stream_write_record_batch
暂无描述。

自:1.0.0

garrow_output_stream_write_tensor
暂无描述。

自:0.4.0

继承自 GObject 的方法 (43)

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

继承自 GArrowWritable 的方法 (2)
garrow_writable_flush(刷新)

确保将内存中的所有数据写入存储。

garrow_writable_write(写入)
暂无描述。

属性

信号

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

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

类结构

struct ArrowOutputStreamClass {
  GObjectClass parent_class;
  
}
暂无描述。
类成员
parent_class: GObjectClass(父类)
暂无描述。