This is the complete list of members for cudf::table, including all inherited members.
get_column(cudf::size_type column_index) | cudf::table | inline |
get_column(cudf::size_type i) const | cudf::table | inline |
mutable_view() | cudf::table | |
num_columns() const noexcept | cudf::table | inline |
num_rows() const noexcept | cudf::table | inline |
operator mutable_table_view() | cudf::table | inline |
operator table_view() const | cudf::table | inline |
operator=(table const &)=delete (defined in cudf::table) | cudf::table | |
operator=(table &&)=delete (defined in cudf::table) | cudf::table | |
release() | cudf::table | |
select(InputIterator begin, InputIterator end) const | cudf::table | inline |
select(std::vector< cudf::size_type > const &column_indices) const | cudf::table | inline |
table()=default (defined in cudf::table) | cudf::table | |
table(table &&)=default | cudf::table | |
table(table const &other, rmm::cuda_stream_view stream=cudf::get_default_stream(), rmm::device_async_resource_ref mr=cudf::get_current_device_resource_ref()) | cudf::table | explicit |
table(std::vector< std::unique_ptr< column >> &&columns) | cudf::table | |
table(table_view view, rmm::cuda_stream_view stream=cudf::get_default_stream(), rmm::device_async_resource_ref mr=cudf::get_current_device_resource_ref()) | cudf::table | |
view() const | cudf::table | |
~table()=default (defined in cudf::table) | cudf::table |