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
FieldsModifier and TypeFieldDescriptionstatic final org.apache.calcite.plan.RelOptRulestatic final org.apache.calcite.plan.RelOptRulestatic final org.apache.calcite.plan.RelOptRulestatic final org.apache.calcite.plan.RelOptRulestatic final org.apache.calcite.plan.RelOptRuleFields inherited from class org.apache.calcite.plan.RelOptRule
description, operands, relBuilderFactory -
Constructor Summary
ConstructorsConstructorDescriptionDruidOuterQueryRule(PartialDruidQuery.Stage stage, org.apache.calcite.plan.RelOptRuleOperand op, String description) -
Method Summary
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
-
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:
matchesin classorg.apache.calcite.plan.RelOptRule
-