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::string | timezone |
Timezone of the column. | |
std::optional< int32_t > | precision |
Resulting decimal precision of the column. | |
std::vector< column_metadata > | children_meta |
Metadata of children of the column. | |
Detailed metadata information for arrow array.
This contains attributes of the column or type not natively supported by cudf.
Definition at line 118 of file interop.hpp.
|
inline |
Construct a new column metadata object.
_name | Name of the column |
Definition at line 129 of file interop.hpp.