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 SummaryFields
- 
Method SummaryModifier and TypeMethodDescriptioncreate(RelBuilderFactory relBuilderFactory) toRule()Creates a rule that uses this configuration.Methods inherited from interface org.apache.calcite.rel.rules.materialize.MaterializedViewAggregateRule.ConfigaggregateProjectPullUpConstantsRule, filterAggregateTransposeRule, filterProjectTransposeRule, projectMergeRule, withAggregateProjectPullUpConstantsRule, withFilterAggregateTransposeRule, withFilterProjectTransposeRule, withProjectMergeRuleMethods inherited from interface org.apache.calcite.rel.rules.materialize.MaterializedViewRule.ConfigfastBailOut, generateUnionRewriting, unionRewritingPullProgram, withFastBailOut, withGenerateUnionRewriting, withUnionRewritingPullProgramMethods inherited from interface org.apache.calcite.plan.RelRule.Configas, description, operandSupplier, relBuilderFactory, withDescription, withOperandSupplier, withRelBuilderFactory
- 
Field Details- 
DEFAULT
 
- 
- 
Method Details- 
create
- 
toRuleDescription copied from interface:RelRule.ConfigCreates a rule that uses this configuration. Sub-class must override.- Specified by:
- toRulein interface- RelRule.Config
 
 
-