Package org.apache.calcite.rel.rules
Interface ValuesReduceRule.Config
- All Superinterfaces:
- RelRule.Config
- Enclosing class:
- ValuesReduceRule
Rule configuration.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final ValuesReduceRule.Configstatic final ValuesReduceRule.Configstatic final ValuesReduceRule.Config
- 
Method SummaryModifier and TypeMethodDescriptionForwards a call toRelOptRule.onMatch(RelOptRuleCall).default ValuesReduceRuletoRule()Creates a rule that uses this configuration.withMatchHandler(RelRule.MatchHandler<ValuesReduceRule> matchHandler) SetsmatchHandler().default ValuesReduceRule.ConfigwithOperandFor(Class<? extends RelNode> relClass) Defines an operand tree for the given classes.Methods inherited from interface org.apache.calcite.plan.RelRule.Configas, description, operandSupplier, relBuilderFactory, withDescription, withOperandSupplier, withRelBuilderFactory
- 
Field Details- 
FILTER
- 
PROJECT
- 
PROJECT_FILTER
 
- 
- 
Method Details- 
toRuleDescription copied from interface:RelRule.ConfigCreates a rule that uses this configuration. Sub-class must override.- Specified by:
- toRulein interface- RelRule.Config
 
- 
matchHandlerForwards a call toRelOptRule.onMatch(RelOptRuleCall).
- 
withMatchHandlerSetsmatchHandler().
- 
withOperandForDefines an operand tree for the given classes.
 
-