Class CommonRelSubExprRule


public abstract class CommonRelSubExprRule extends RelRule<CommonRelSubExprRule.Config>
A CommonRelSubExprRule is an abstract base class for rules that are fired only on relational expressions that appear more than once in a query tree.
  • Constructor Details