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 _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_metadatachildren_meta
 Metadata of children of the column.
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ column_metadata()

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

Construct a new column metadata object.

Parameters
_nameName of the column

Definition at line 129 of file interop.hpp.


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