ArrowGIOOutputStream

描述

class Arrow.GIOOutputStream : Arrow.OutputStream {
  parent_instance: GArrowOutputStream
}
暂无描述。

构造函数

实例方法

garrow_gio_output_stream_get_raw
暂无描述。

已弃用:0.12.0 自:0.5.0

GArrowOutputStream 继承的方法 (3)
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 以获取完整的方法列表。

GArrowFile 继承的方法 (4)
garrow_file_close
暂无描述。

garrow_file_get_mode
暂无描述。

garrow_file_is_closed
暂无描述。

自:0.13.0

garrow_file_tell
暂无描述。

GArrowWritable 继承的方法 (2)
garrow_writable_flush

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

garrow_writable_write
暂无描述。

属性

Arrow.GIOOutputStream:raw
暂无描述。

GArrowOutputStream 继承的属性 (1)

信号

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

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

类结构

struct ArrowGIOOutputStreamClass {
  GArrowOutputStreamClass parent_class;
  
}
暂无描述。
类成员
parent_class: GArrowOutputStreamClass
暂无描述。