Function morpheus::get_column_names_from_table
Defined in File deserializers.cpp
-
std::vector<std::string> morpheus::get_column_names_from_table(const cudf::io::table_with_metadata &table)
Get the column names from table object. Looks at both column_names as well as schema_info and returns the correct one.
- Parameters
- Returns
table – The table to pull the columns from
std::vector<std::string>