souffle
2.0.2-371-g6315b36
|
Go to the documentation of this file.
26 std::vector<std::shared_ptr<Row>>
rows;
30 void addRow(std::shared_ptr<Row> row) {
34 inline std::vector<std::shared_ptr<Row>>
getRows() {
void addRow(std::shared_ptr< Row > row)
static bool TIME(const std::shared_ptr< Row > &a, const std::shared_ptr< Row > &b)
Sort by total time.
std::vector< std::shared_ptr< Row > > rows
static bool R_T(const std::shared_ptr< Row > &a, const std::shared_ptr< Row > &b)
Sort by recursive time.
static bool NR_T(const std::shared_ptr< Row > &a, const std::shared_ptr< Row > &b)
Sort by non-recursive time.
static bool ID(const std::shared_ptr< Row > &a, const std::shared_ptr< Row > &b)
Sort by ID.
static bool C_T(const std::shared_ptr< Row > &a, const std::shared_ptr< Row > &b)
Sort by copy time.
static bool NAME(const std::shared_ptr< Row > &a, const std::shared_ptr< Row > &b)
Sort by name.
static bool TUP(const std::shared_ptr< Row > &a, const std::shared_ptr< Row > &b)
Sort by tuple count.
std::vector< std::shared_ptr< Row > > getRows()