A table with its data stored in a contiguous, serialized format. More...
#include <packed_types.hpp>
Public Attributes | |
| cudf::table_view | table |
| Table view pointing into the packed data. | |
| packed_columns | data |
| Column data owned. | |
A table with its data stored in a contiguous, serialized format.
Contains a table_view that points into the underlying packed_columns data. 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 66 of file packed_types.hpp.