Wrapper for the contents of a column. More...
#include <column.hpp>
Public Attributes | |
| std::unique_ptr< rmm::device_buffer > | data |
| data device memory buffer | |
| std::unique_ptr< rmm::device_buffer > | null_mask |
| null mask device memory buffer | |
| std::vector< std::unique_ptr< column > > | children |
| child columns | |
Wrapper for the contents of a column.
Returned by column::release().
Definition at line 259 of file column.hpp.