Struct TableInfo#
Defined in File table_info.hpp
Inheritance Relationships#
Base Type#
public morpheus::TableInfoBase
(Struct TableInfoBase)
Struct Documentation#
-
struct TableInfo : public morpheus::TableInfoBase#
Public Functions
-
TableInfo() = default#
- std::shared_ptr<const IDataTable> parent,
- std::shared_lock<std::shared_mutex> lock,
- TableInfoData data
- TableInfo get_slice(
- cudf::size_type start,
- cudf::size_type stop,
- std::vector<std::string> column_names = {}
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:
-
TableInfo() = default#