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>

© Copyright 2023, NVIDIA. Last updated on Apr 11, 2023.