Function morpheus::get_column_names_from_table

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

table – The table to pull the columns from

Returns

std::vector<std::string>

Previous Template Function morpheus::foreach_map
Next Function morpheus::get_index_col_count
© Copyright 2024, NVIDIA. Last updated on Apr 11, 2024.