Package org.apache.calcite.rel.rules
Interface AggregateProjectStarTableRule.Config
- All Superinterfaces:
AggregateStarTableRule.Config
,RelRule.Config
- Enclosing class:
AggregateProjectStarTableRule
@Immutable
public static interface AggregateProjectStarTableRule.Config
extends AggregateStarTableRule.Config
Rule configuration.
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptiondefault AggregateProjectStarTableRule
toRule()
Creates a rule that uses this configuration.withOperandFor
(Class<? extends Aggregate> aggregateClass, Class<? extends Project> projectClass, Class<StarTable.StarTableScan> scanClass) Defines an operand tree for the given classes.Methods inherited from interface org.apache.calcite.rel.rules.AggregateStarTableRule.Config
withOperandFor
Methods inherited from interface org.apache.calcite.plan.RelRule.Config
as, description, operandSupplier, relBuilderFactory, withDescription, withOperandSupplier, withRelBuilderFactory
-
Field Details
-
DEFAULT
-
-
Method Details
-
toRule
Description copied from interface:RelRule.Config
Creates a rule that uses this configuration. Sub-class must override.- Specified by:
toRule
in interfaceAggregateStarTableRule.Config
- Specified by:
toRule
in interfaceRelRule.Config
-
withOperandFor
default AggregateProjectStarTableRule.Config withOperandFor(Class<? extends Aggregate> aggregateClass, Class<? extends Project> projectClass, Class<StarTable.StarTableScan> scanClass) Defines an operand tree for the given classes.
-