Public Member Functions | Public Attributes | List of all members
cudf::io::table_input_metadata Class Reference

Metadata for a table. More...

#include <types.hpp>

Public Member Functions

 table_input_metadata (table_view const &table)
 Construct a new table_input_metadata from a table_view. More...
 
 table_input_metadata (table_metadata const &metadata)
 Construct a new table_input_metadata from a table_metadata object. More...
 

Public Attributes

std::vector< column_in_metadatacolumn_metadata
 List of column metadata.
 

Detailed Description

Metadata for a table.

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

Constructor & Destructor Documentation

◆ table_input_metadata() [1/2]

cudf::io::table_input_metadata::table_input_metadata ( table_view const &  table)
explicit

Construct a new table_input_metadata from a table_view.

The constructed table_input_metadata has the same structure as the passed table_view

Parameters
tableThe table_view to construct metadata for

◆ table_input_metadata() [2/2]

cudf::io::table_input_metadata::table_input_metadata ( table_metadata const &  metadata)
explicit

Construct a new table_input_metadata from a table_metadata object.

The constructed table_input_metadata has the same structure, column names and nullability as the passed table_metadata.

Parameters
metadataThe table_metadata to construct table_intput_metadata for

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