ArrowGIOOutputStream

描述

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

构造函数

garrow_gio_output_stream_new
无可用描述。

实例方法

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
无可用描述。