cudf::table 成员列表

这是 cudf::table 的完整成员列表,包括所有继承的成员。

get_column(cudf::size_type column_index)cudf::table内联
get_column(cudf::size_type i) constcudf::table内联
mutable_view()cudf::table
num_columns() const noexceptcudf::table内联
num_rows() const noexceptcudf::table内联
operator mutable_table_view()cudf::table内联
operator table_view() constcudf::table内联
operator=(table const &)=delete (在 cudf::table 中定义)cudf::table
operator=(table &&)=delete (在 cudf::table 中定义)cudf::table
release()cudf::table
select(InputIterator begin, InputIterator end) constcudf::table内联
select(std::vector< cudf::size_type > const &column_indices) constcudf::table内联
table()=default (在 cudf::table 中定义)cudf::table
table(table &&)=defaultcudf::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显式
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() constcudf::table
~table()=default (在 cudf::table 中定义)cudf::table