類別

ArrowCUDABuffer

描述

class ArrowCUDA.Buffer : Arrow.Buffer {
  parent_instance: GArrowBuffer
}
無可用描述。

建構子

garrow_cuda_buffer_new
無可用描述。

自 0.8.0 起

garrow_cuda_buffer_new_ipc
無可用描述。

自 0.8.0 起

garrow_cuda_buffer_new_record_batch
無可用描述。

自 0.8.0 起

實例方法

garrow_cuda_buffer_copy_from_host
無可用描述。

自 0.8.0 起

garrow_cuda_buffer_copy_to_host
無可用描述。

自 0.8.0 起

garrow_cuda_buffer_export
無可用描述。

自 0.8.0 起

garrow_cuda_buffer_get_context
無可用描述。

自 0.8.0 起

garrow_cuda_buffer_read_record_batch
無可用描述。

自 0.8.0 起

繼承自 GArrowBuffer 的方法 (10)
garrow_buffer_copy
無可用描述。

自 0.3.0 起

garrow_buffer_equal
無可用描述。

自 0.4.0 起

garrow_buffer_equal_n_bytes
無可用描述。

自 0.4.0 起

garrow_buffer_get_capacity
無可用描述。

自 0.3.0 起

garrow_buffer_get_data
無可用描述。

自 0.3.0 起

garrow_buffer_get_mutable_data
無可用描述。

自 0.3.0 起

garrow_buffer_get_parent
無可用描述。

自 0.3.0 起

garrow_buffer_get_size
無可用描述。

自 0.3.0 起

garrow_buffer_is_mutable
無可用描述。

自 0.3.0 起

garrow_buffer_slice
無可用描述。

自 0.3.0 起

繼承自 GObject 的方法 (43)

請參閱 GObject 以查看完整的方法列表。

屬性

繼承自 GArrowBuffer 的屬性 (3)
Arrow.Buffer:buffer
無可用描述。

Arrow.Buffer:data
無可用描述。

Arrow.Buffer:parent
無可用描述。

信號

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

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

類別結構

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