souffle
2.0.2-371-g6315b36
|
#include <Table.h>
Public Member Functions | |
void | addRow (std::shared_ptr< Row > row) |
std::vector< std::shared_ptr< Row > > | getRows () |
void | sort (int col_num) |
Table () | |
Data Fields | |
std::vector< std::shared_ptr< Row > > | rows |
|
inline |
Definition at line 30 of file Table.h.
References rows.
Referenced by souffle::profile::OutputProcessor::getAtomTable(), souffle::profile::OutputProcessor::getRelTable(), souffle::profile::OutputProcessor::getRulTable(), souffle::profile::OutputProcessor::getSubrulTable(), souffle::profile::OutputProcessor::getVersionAtoms(), and souffle::profile::OutputProcessor::getVersions().
|
inline |
Definition at line 34 of file Table.h.
References rows.
Referenced by souffle::profile::Tools::formatTable(), souffle::profile::Tui::genJsonRelations(), souffle::genJsonRules(), souffle::genJsonUsage(), rel(), rul(), and top().
|
inline |
Definition at line 38 of file Table.h.
References souffle::profile::DataComparator::C_T(), souffle::profile::DataComparator::ID(), souffle::profile::DataComparator::NAME(), souffle::profile::DataComparator::NR_T(), souffle::profile::DataComparator::R_T(), rows, souffle::profile::DataComparator::TIME(), and souffle::profile::DataComparator::TUP().
Referenced by id(), rel(), relRul(), rul(), and verRul().
std::vector<std::shared_ptr<Row> > souffle::profile::Table::rows |