Function morpheus::get_table_info_data_slice
Defined in File table_info.cpp
-
TableInfoData morpheus::get_table_info_data_slice(const TableInfoData &table, cudf::size_type start, cudf::size_type stop, std::vector<std::string> column_names)
Helper function for calculating the slice of a
TableInfoData
object.- Parameters
table – Object to slice
start – Start row for the slice. Relative to the “offset” in
table
stop – Stop row for the slice. Relative to the “offset” in
table
column_names – Columns to filter by
- Returns