Returns the numbers of tuples in a relation.  
 More...
#include <RelationSize.h>
|  | 
| bool | equal (const Node &node) const override | 
|  | Equality check for two RAM nodes.  More... 
 | 
|  | 
| void | print (std::ostream &os) const override | 
|  | Print RAM node.  More... 
 | 
|  | 
Returns the numbers of tuples in a relation. 
For example: 
 
Definition at line 49 of file RelationSize.h.
◆ RelationSize()
  
  | 
        
          | souffle::ram::RelationSize::RelationSize | ( | std::string | rel | ) |  |  | inline | 
 
 
◆ clone()
◆ equal()
  
  | 
        
          | bool souffle::ram::RelationSize::equal | ( | const Node & |  | ) | const |  | inlineoverrideprotectedvirtual | 
 
Equality check for two RAM nodes. 
Default action is that nothing needs to be checked. 
Reimplemented from souffle::ram::Node.
Definition at line 67 of file RelationSize.h.
 
 
◆ getRelation()
  
  | 
        
          | const std::string souffle::ram::RelationSize::getRelation | ( |  | ) | const |  | inline | 
 
Get relation. 
Definition at line 54 of file RelationSize.h.
   57     void print(std::ostream& os)
 const override {
 
 
 
 
◆ print()
  
  | 
        
          | void souffle::ram::RelationSize::print | ( | std::ostream & | out | ) | const |  | inlineoverrideprotectedvirtual | 
 
 
◆ relation
  
  | 
        
          | std::string souffle::ram::RelationSize::relation |  | protected | 
 
 
The documentation for this class was generated from the following file: