The result(s) of a contiguous_split
More...
#include <copying.hpp>
Public Attributes | |
cudf::table_view | table |
packed_columns | data |
The result(s) of a contiguous_split
Each table_view resulting from a split operation performed by contiguous_split, will be returned wrapped in a packed_table
. The table_view and internal column_views in this struct are not owned by a top level cudf::table or cudf::column. The backing memory and metadata is instead owned by the data
field and is in one contiguous block.
The user is responsible for assuring that the table
or any derived table_views do not outlive the memory owned by data
Definition at line 590 of file copying.hpp.