Detailed metadata information for arrow array. More...
#include <interop.hpp>
Public Member Functions | |
column_metadata (std::string _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 121 of file interop.hpp.
|
inline |
Construct a new column metadata object.
_name | Name of the column |
Definition at line 130 of file interop.hpp.