ArrowCompressedOutputStream

描述

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

实现接口

构造函数

garrow_compressed_output_stream_new
暂无描述。

since: 0.12.0

实例方法

继承自 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
暂无描述。

信号

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

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

类结构

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