Struct TableInfo

struct TableInfo : public morpheus::TableInfoBase

Public Functions

TableInfo() = default

TableInfo(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 = {}) 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

TableInfo

Previous Struct StringUtil
Next Struct TableInfoBase
© Copyright 2024, NVIDIA. Last updated on Apr 11, 2024.