Class CommonRelSubExprRule


  • public abstract class CommonRelSubExprRule
    extends RelOptRule
    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 Detail

      • CommonRelSubExprRule

        public CommonRelSubExprRule​(RelOptRuleOperand operand)
        Creates a CommonRelSubExprRule.
        Parameters:
        operand - root operand, must not be null