Function morpheus::get_table_info_data_slice

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

TableInfoData

Previous Function morpheus::get_indexers(MultiMessage&, py::object, py::object)
Next Template Function morpheus::get_with_default
© Copyright 2024, NVIDIA. Last updated on Apr 25, 2024.