Package org.apache.calcite.rel.rules
Interface CommonRelSubExprRegisterRule.Config
- All Superinterfaces:
 CommonRelSubExprRule.Config,RelRule.Config
- Enclosing class:
 CommonRelSubExprRegisterRule
@Immutable
public static interface CommonRelSubExprRegisterRule.Config
extends CommonRelSubExprRule.Config
Rule configuration.
- 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final CommonRelSubExprRegisterRule.Configstatic final CommonRelSubExprRegisterRule.Configstatic final CommonRelSubExprRegisterRule.Configstatic final CommonRelSubExprRegisterRule.Config - 
Method Summary
Modifier and TypeMethodDescriptiondefault CommonRelSubExprRegisterRuletoRule()Creates a rule that uses this configuration.Methods inherited from interface org.apache.calcite.plan.RelRule.Config
as, description, operandSupplier, relBuilderFactory, withDescription, withOperandSupplier, withRelBuilderFactory 
- 
Field Details
- 
JOIN
 - 
AGGREGATE
 - 
FILTER
 - 
PROJECT
 
 - 
 - 
Method Details
- 
toRule
Description copied from interface:RelRule.ConfigCreates a rule that uses this configuration. Sub-class must override.- Specified by:
 toRulein interfaceRelRule.Config
 
 -