Class DruidRules.DruidOuterQueryRule

java.lang.Object
org.apache.calcite.plan.RelOptRule
org.apache.druid.sql.calcite.rule.DruidRules.DruidOuterQueryRule
Enclosing class:
DruidRules

public abstract static class DruidRules.DruidOuterQueryRule extends org.apache.calcite.plan.RelOptRule
  • 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 org.apache.calcite.plan.RelOptRule
     
    static final org.apache.calcite.plan.RelOptRule
     
    static final org.apache.calcite.plan.RelOptRule
     
    static final org.apache.calcite.plan.RelOptRule
     
    static final org.apache.calcite.plan.RelOptRule
     

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

    description, operands, relBuilderFactory
  • Constructor Summary

    Constructors
    Constructor
    Description
    DruidOuterQueryRule(PartialDruidQuery.Stage stage, org.apache.calcite.plan.RelOptRuleOperand op, String description)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    matches(org.apache.calcite.plan.RelOptRuleCall call)
     

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

    any, convert, convert, convert, convert, convertList, convertOperand, convertOperand, equals, equals, getOperand, getOperands, getOutConvention, getOutTrait, hashCode, none, onMatch, 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

    • AGGREGATE

      public static final org.apache.calcite.plan.RelOptRule AGGREGATE
    • WHERE_FILTER

      public static final org.apache.calcite.plan.RelOptRule WHERE_FILTER
    • SELECT_PROJECT

      public static final org.apache.calcite.plan.RelOptRule SELECT_PROJECT
    • SORT

      public static final org.apache.calcite.plan.RelOptRule SORT
    • WINDOW

      public static final org.apache.calcite.plan.RelOptRule WINDOW
  • Constructor Details

    • DruidOuterQueryRule

      public DruidOuterQueryRule(PartialDruidQuery.Stage stage, org.apache.calcite.plan.RelOptRuleOperand op, String description)
  • Method Details

    • matches

      public boolean matches(org.apache.calcite.plan.RelOptRuleCall call)
      Overrides:
      matches in class org.apache.calcite.plan.RelOptRule