|
souffle
2.0.2-371-g6315b36
|
Encode a conditional operation for the interpreter node. E.g. Exit, Filter. More...
#include <Node.h>


Public Member Functions | |
| ConditionalOperation (Own< Node > cond) | |
| const Node * | getCondition () const |
Protected Attributes | |
| Own< Node > | cond |
Definition at line 405 of file Node.h.
References souffle::interpreter::Node::Node().
Referenced by souffle::interpreter::IndexAggregate::IndexAggregate(), and souffle::interpreter::IndexScan::IndexScan().

|
inline |
Definition at line 409 of file Node.h.
Referenced by souffle::interpreter::Choice::Choice(), souffle::interpreter::IndexAggregate::IndexAggregate(), and souffle::interpreter::IndexScan::IndexScan().
1.8.17