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 以获取完整的方法列表。

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.OutputStream:output-stream
没有可用的描述。

信号

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

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

类结构

struct ArrowOutputStreamClass {
  GObjectClass parent_class;
  
}
没有可用的描述。
类成员
parent_class: GObjectClass
没有可用的描述。