souffle
2.0.2-371-g6315b36
|
Go to the documentation of this file.
37 class RelationOperation :
public TupleOperation {
50 bool equal(
const Node& node)
const override {
const std::string profileText
Text used by the profiler.
TupleOperation(int ident, Own< Operation > nested, std::string profileText="")
RelationOperation(std::string rel, int ident, Own< Operation > nested, std::string profileText="")
bool equal(const Node &node) const override
Equality check for two RAM nodes.
const std::string & getRelation() const
Get search relation.
const std::string relation
Search relation.
Node is a superclass for all RAM IR classes.
bool equal(const Node &node) const override
Equality check for two RAM nodes.
Abstract class for operations on relations.
RelationOperation * clone() const override=0
Create a clone (i.e.
void rel(size_t limit, bool showLimit=true)