Struct TableInfo
Defined in File table_info.hpp
Base Type
public morpheus::TableInfoBase
(Struct TableInfoBase)
-
struct TableInfo : public morpheus::TableInfoBase
-
Public Functions
- TableInfo() = default
-
TableInfo get_slice(cudf::size_type start, cudf::size_type stop, std::vector<std::string> column_names = {}) const
Get slice of a data table info based on the start and stop offset address.
- Parameters
start – : Start offset address (inclusive)
stop – : Stop offset address (exclusive)
column_names – : Columns of interest
- Returns