Class DrillSetOpRule

java.lang.Object
org.apache.calcite.plan.RelOptRule
org.apache.drill.exec.planner.logical.DrillSetOpRule

public class DrillSetOpRule extends org.apache.calcite.plan.RelOptRule
Rule that converts LogicalIntersect or LogicalMinus to DrillIntersectRel or DrillExceptRel.
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.apache.calcite.plan.RelOptRule

    org.apache.calcite.plan.RelOptRule.ConverterRelOptRuleOperand
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final List<org.apache.calcite.plan.RelOptRule>
     

    Fields inherited from class org.apache.calcite.plan.RelOptRule

    description, operands, relBuilderFactory
  • Constructor Summary

    Constructors
    Constructor
    Description
    DrillSetOpRule(org.apache.calcite.plan.RelOptRuleOperand operand, String description, org.apache.calcite.rel.core.RelFactories.SetOpFactory setOpFactory)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onMatch(org.apache.calcite.plan.RelOptRuleCall call)
     

    Methods inherited from class org.apache.calcite.plan.RelOptRule

    any, convert, convert, convertList, convertOperand, convertOperand, equals, equals, getOperand, getOperands, getOutConvention, getOutTrait, hashCode, matches, none, operand, operand, operand, operand, operand, operandJ, operandJ, some, toString, unordered

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • INSTANCES

      public static final List<org.apache.calcite.plan.RelOptRule> INSTANCES
  • Constructor Details

    • DrillSetOpRule

      public DrillSetOpRule(org.apache.calcite.plan.RelOptRuleOperand operand, String description, org.apache.calcite.rel.core.RelFactories.SetOpFactory setOpFactory)
  • Method Details

    • onMatch

      public void onMatch(org.apache.calcite.plan.RelOptRuleCall call)
      Specified by:
      onMatch in class org.apache.calcite.plan.RelOptRule