ArrowBufferOutputStream

描述

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

构造函数

实例方法

继承自 GArrowOutputStream 的方法 (3)
garrow_output_stream_align
暂无描述。

since: 0.11.0

garrow_output_stream_write_record_batch
暂无描述。

since: 1.0.0

garrow_output_stream_write_tensor
暂无描述。

since: 0.4.0

继承自 GObject 的方法 (43)

请查看 GObject 以获取完整的方法列表。

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

garrow_file_get_mode
暂无描述。

garrow_file_is_closed
暂无描述。

since: 0.13.0

garrow_file_tell
暂无描述。

继承自 GArrowWritable 的方法 (2)
garrow_writable_flush

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

garrow_writable_write
暂无描述。

属性

继承自 GArrowOutputStream 的属性 (1)

信号

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

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

类结构

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