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_metadata > | children_meta |
Metadata of children of the column. | |
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 100 of file interop.hpp.
|
inline |
Construct a new column metadata object.
_name | Name of the column |
Definition at line 109 of file interop.hpp.