Static Public Member Functions | |
static auto | create (table_view source_view, rmm::cuda_stream_view stream=rmm::cuda_stream_default) |
Additional Inherited Members | |
![]() | |
table_device_view_base (table_device_view_base const &)=default | |
table_device_view_base (table_device_view_base &&)=default | |
table_device_view_base & | operator= (table_device_view_base const &)=default |
table_device_view_base & | operator= (table_device_view_base &&)=default |
__device__ column_device_view * | begin () const noexcept |
__device__ column_device_view * | end () const noexcept |
__device__ column_device_view const & | column (size_type column_index) const noexcept |
__device__ column_device_view & | column (size_type column_index) noexcept |
__host__ __device__ size_type | num_columns () const noexcept |
__host__ __device__ size_type | num_rows () const noexcept |
void | destroy () |
![]() | |
table_device_view_base (table_view source_view, rmm::cuda_stream_view stream) | |
![]() | |
rmm::device_buffer * | _descendant_storage |
Definition at line 81 of file table_device_view.cuh.