Package org.apache.calcite.sql2rel
Interface RelDecorrelator.AdjustProjectForCountAggregateRule.AdjustProjectForCountAggregateRuleConfig
- All Superinterfaces:
RelDecorrelator.Config
,RelRule.Config
- Enclosing class:
RelDecorrelator.AdjustProjectForCountAggregateRule
@Immutable(singleton=false)
public static interface RelDecorrelator.AdjustProjectForCountAggregateRule.AdjustProjectForCountAggregateRuleConfig
extends RelDecorrelator.Config
Rule configuration.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
flavor()
Returns the flavor of the rule (true for 4 operands, false for 3 operands).toRule()
Creates a rule that uses this configuration.withFlavor
(boolean flavor) Setsflavor()
.Methods inherited from interface org.apache.calcite.sql2rel.RelDecorrelator.Config
decorrelator, withDecorrelator
Methods inherited from interface org.apache.calcite.plan.RelRule.Config
as, description, operandSupplier, relBuilderFactory, withDescription, withOperandSupplier, withRelBuilderFactory
-
Method Details
-
toRule
Description copied from interface:RelRule.Config
Creates a rule that uses this configuration. Sub-class must override.- Specified by:
toRule
in interfaceRelRule.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()
.
-