類別

ArrowBufferOutputStream

描述

class Arrow.BufferOutputStream : Arrow.OutputStream {
  parent_instance: GArrowOutputStream
}
目前尚無描述。

建構子

garrow_buffer_output_stream_new
目前尚無描述。

實例方法

繼承自 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
目前尚無描述。

屬性

繼承自 GArrowOutputStream 的屬性 (1)
Arrow.OutputStream:output-stream
目前尚無描述。

訊號

繼承自 GObject 的訊號 (1)
GObject::notify

當物件的其中一個屬性透過 g_object_set_property()、g_object_set() 等函式設定值時,會發射 notify 訊號。

類別結構

struct ArrowBufferOutputStreamClass {
  GArrowOutputStreamClass parent_class;
  
}
目前尚無描述。
類別成員
parent_class: GArrowOutputStreamClass
目前尚無描述。