Public Attributes | List of all members
cudf::io::table_metadata Struct Reference

Table metadata returned by IO readers. More...

#include <types.hpp>

Public Attributes

std::vector< column_name_infoschema_info
 Detailed name information for the entire output hierarchy.
 
std::map< std::string, std::string > user_data
 
std::vector< std::unordered_map< std::string, std::string > > per_file_user_data
 Per file format-dependent metadata as key-values pairs.
 

Detailed Description

Table metadata returned by IO readers.

Definition at line 237 of file io/types.hpp.

Member Data Documentation

◆ user_data

std::map<std::string, std::string> cudf::io::table_metadata::user_data

Format-dependent metadata of the first input file as key-values pairs (deprecated)

Definition at line 240 of file io/types.hpp.


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