類別

ArrowFileOutputStream

描述

class Arrow.FileOutputStream : Arrow.OutputStream {
  parent_instance: GArrowOutputStream
}
無可用描述。

建構子

garrow_file_output_stream_new
無可用描述。

實例方法

繼承自 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() 等設定值時,會發射 notify 訊號。

類別結構

struct ArrowFileOutputStreamClass {
  GArrowOutputStreamClass parent_class;
  
}
無可用描述。
類別成員
parent_class: GArrowOutputStreamClass
無可用描述。