Public Member Functions | List of all members
cudf::packed_columns::metadata Struct Reference

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...
 

Detailed Description

Host-side metadata buffer used for reconstructing columns via unpack.

Definition at line 558 of file copying.hpp.

Constructor & Destructor Documentation

◆ metadata()

cudf::packed_columns::metadata::metadata ( std::vector< uint8_t > &&  v)
inline

Construct a new metadata object.

Parameters
vHost-side buffer containing metadata

Definition at line 566 of file copying.hpp.

Member Function Documentation

◆ data()

uint8_t const* cudf::packed_columns::metadata::data ( ) const
inline

Returns pointer to the host-side metadata buffer data.

Returns
Pointer to the host-side metadata buffer

Definition at line 573 of file copying.hpp.

◆ size()

size_t cudf::packed_columns::metadata::size ( ) const
inline

Returns size of the metadata buffer.

Returns
Size of the metadata buffer

Definition at line 580 of file copying.hpp.


The documentation for this struct was generated from the following file: