Package org.apache.calcite.sql2rel
Interface RelDecorrelator.AdjustProjectForCountAggregateRule.AdjustProjectForCountAggregateRuleConfig
- All Superinterfaces:
RelDecorrelator.Config,org.apache.calcite.plan.RelRule.Config
- Enclosing class:
- RelDecorrelator.AdjustProjectForCountAggregateRule
@Immutable(singleton=false)
public static interface RelDecorrelator.AdjustProjectForCountAggregateRule.AdjustProjectForCountAggregateRuleConfig
extends RelDecorrelator.Config
Rule configuration.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanflavor()Returns the flavor of the rule (true for 4 operands, false for 3 operands).toRule()withFlavor(boolean flavor) Setsflavor().Methods inherited from interface org.apache.calcite.sql2rel.RelDecorrelator.Config
decorrelator, withDecorrelatorMethods inherited from interface org.apache.calcite.plan.RelRule.Config
as, description, operandSupplier, relBuilderFactory, withDescription, withOperandSupplier, withRelBuilderFactory
-
Method Details
-
toRule
- Specified by:
toRulein interfaceorg.apache.calcite.plan.RelRule.Config
-
flavor
boolean flavor()Returns the flavor of the rule (true for 4 operands, false for 3 operands). -
withFlavor
RelDecorrelator.AdjustProjectForCountAggregateRule.AdjustProjectForCountAggregateRuleConfig withFlavor(boolean flavor) Setsflavor().
-