Detailed meta data information for arrow array. More...
#include <interop.hpp>
Public Member Functions | |
column_metadata (std::string const &_name) | |
Public Attributes | |
std::string | name |
std::vector< column_metadata > | children_meta |
Detailed meta data 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 92 of file interop.hpp.