類別

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
無可用描述。

屬性

繼承自 GArrowOutputStream 的屬性 (1)

訊號

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

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

類別結構

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