Interface MaterializedViewOnlyAggregateRule.Config
- All Superinterfaces:
MaterializedViewAggregateRule.Config
,MaterializedViewRule.Config
,RelRule.Config
- Enclosing class:
MaterializedViewOnlyAggregateRule
@Immutable(singleton=false)
public static interface MaterializedViewOnlyAggregateRule.Config
extends MaterializedViewAggregateRule.Config
Rule configuration.
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreate
(RelBuilderFactory relBuilderFactory) toRule()
Creates a rule that uses this configuration.Methods inherited from interface org.apache.calcite.rel.rules.materialize.MaterializedViewAggregateRule.Config
aggregateProjectPullUpConstantsRule, filterAggregateTransposeRule, filterProjectTransposeRule, projectMergeRule, withAggregateProjectPullUpConstantsRule, withFilterAggregateTransposeRule, withFilterProjectTransposeRule, withProjectMergeRule
Methods inherited from interface org.apache.calcite.rel.rules.materialize.MaterializedViewRule.Config
fastBailOut, generateUnionRewriting, unionRewritingPullProgram, withFastBailOut, withGenerateUnionRewriting, withUnionRewritingPullProgram
Methods inherited from interface org.apache.calcite.plan.RelRule.Config
as, description, operandSupplier, relBuilderFactory, withDescription, withOperandSupplier, withRelBuilderFactory
-
Field Details
-
DEFAULT
-
-
Method Details
-
create
-
toRule
Description copied from interface:RelRule.Config
Creates a rule that uses this configuration. Sub-class must override.- Specified by:
toRule
in interfaceRelRule.Config
-