#include <network.h>

Public Attributes | |
| unsigned int | firstJoin: 1 |
| unsigned int | logicalJoin: 1 |
| unsigned int | joinFromTheRight: 1 |
| unsigned int | patternIsNegated: 1 |
| unsigned int | patternIsExists: 1 |
| unsigned int | initialize: 1 |
| unsigned int | marked: 1 |
| unsigned int | rhsType: 3 |
| unsigned int | depth: 16 |
| long | bsaveID |
| long long | memoryAdds |
| long long | memoryDeletes |
| long long | memoryCompares |
| struct betaMemory * | leftMemory |
| struct betaMemory * | rightMemory |
| struct expr * | networkTest |
| struct expr * | secondaryNetworkTest |
| struct expr * | leftHash |
| struct expr * | rightHash |
| void * | rightSideEntryStructure |
| struct joinLink * | nextLinks |
| struct joinNode * | lastLevel |
| struct joinNode * | rightMatchNode |
| struct defrule * | ruleToActivate |
Definition at line 102 of file network.h.
| unsigned int joinNode::firstJoin |
| unsigned int joinNode::logicalJoin |
| unsigned int joinNode::joinFromTheRight |
| unsigned int joinNode::patternIsNegated |
| unsigned int joinNode::patternIsExists |
| unsigned int joinNode::initialize |
| unsigned int joinNode::marked |
| unsigned int joinNode::rhsType |
| unsigned int joinNode::depth |
| long joinNode::bsaveID |
| long long joinNode::memoryAdds |
| long long joinNode::memoryDeletes |
| long long joinNode::memoryCompares |
struct betaMemory* joinNode::leftMemory [read] |
struct betaMemory* joinNode::rightMemory [read] |
struct expr* joinNode::networkTest [read] |
struct expr* joinNode::secondaryNetworkTest [read] |
struct expr* joinNode::leftHash [read] |
struct expr* joinNode::rightHash [read] |
struct joinLink* joinNode::nextLinks [read] |
struct joinNode* joinNode::lastLevel [read] |
struct joinNode* joinNode::rightMatchNode [read] |
struct defrule* joinNode::ruleToActivate [read] |
1.5.6