Function morpheus::get_index_col_count

int morpheus::get_index_col_count(const cudf::io::table_with_metadata &data_table)

Returns the number of index columns in data_table, in practice this will be a 0 or 1

Parameters

data_table – : Table which contains the data and it’s metadata

Returns

int

Previous Function morpheus::get_column_names_from_table
Next Function morpheus::get_indexers(MessageMeta&, py::object, py::object, cudf::size_type)
© Copyright 2024, NVIDIA. Last updated on Apr 11, 2024.