Class SubstitutionVisitor.UnifyRule

  • Direct Known Subclasses:
    SubstitutionVisitor.AbstractUnifyRule
    Enclosing class:
    SubstitutionVisitor

    protected abstract static class SubstitutionVisitor.UnifyRule
    extends java.lang.Object
    Rule that attempts to match a query relational expression against a target relational expression.

    The rule declares the query and target types; this allows the engine to fire only a few rules in a given context.