Public Member Functions | Public Attributes | List of all members
cudf::column_metadata Struct Reference

Detailed metadata information for arrow array. More...

#include <interop.hpp>

Public Member Functions

 column_metadata (std::string const &_name)
 Construct a new column metadata object. More...
 

Public Attributes

std::string name
 Name of the column.
 
std::vector< column_metadatachildren_meta
 Metadata of children of the column.
 

Detailed Description

Detailed metadata information for arrow array.

As of now this contains only name in the hierarchy of children of cudf column, but in future this can be updated as per requirement.

Definition at line 106 of file interop.hpp.

Constructor & Destructor Documentation

◆ column_metadata()

cudf::column_metadata::column_metadata ( std::string const &  _name)
inline

Construct a new column metadata object.

Parameters
_nameName of the column

Definition at line 115 of file interop.hpp.


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