Function morpheus::get_index_col_count
Defined in File deserializers.cpp
-
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 a0
or1
- Parameters
- Returns
data_table – : Table which contains the data and it’s metadata
int