Host-side metadata buffer used for reconstructing columns via unpack. More...
#include <copying.hpp>
Public Member Functions | |
metadata (std::vector< uint8_t > &&v) | |
Construct a new metadata object. More... | |
uint8_t const * | data () const |
Returns pointer to the host-side metadata buffer data. More... | |
size_t | size () const |
Returns size of the metadata buffer. More... | |
Host-side metadata buffer used for reconstructing columns via unpack.
Definition at line 558 of file copying.hpp.
|
inline |
Construct a new metadata object.
v | Host-side buffer containing metadata |
Definition at line 566 of file copying.hpp.
|
inline |
Returns pointer to the host-side metadata buffer data.
Definition at line 573 of file copying.hpp.
|
inline |
Returns size of the metadata buffer.
Definition at line 580 of file copying.hpp.