Package org.apache.calcite.sql2rel
Interface RelDecorrelator.AdjustProjectForCountAggregateRule.AdjustProjectForCountAggregateRuleConfig
- All Superinterfaces:
RelRule.Config
- Enclosing class:
RelDecorrelator.AdjustProjectForCountAggregateRule
@Immutable(singleton=false)
public static interface RelDecorrelator.AdjustProjectForCountAggregateRule.AdjustProjectForCountAggregateRuleConfig
extends RelRule.Config
Rule configuration.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanflavor()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.plan.RelRule.Config
as, description, operandSupplier, relBuilderFactory, withDescription, withOperandSupplier, withRelBuilderFactory
-
Method Details
-
toRule
Description copied from interface:RelRule.ConfigCreates a rule that uses this configuration. Sub-class must override.- Specified by:
toRulein 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().
-