Package org.apache.calcite.rel.convert
Interface TraitMatchingRule.Config
- All Superinterfaces:
- RelRule.Config
- Enclosing class:
- TraitMatchingRule
Rule configuration.
- 
Method SummaryModifier and TypeMethodDescriptionReturns the rule to be restricted; rule must take a single operand expecting a single input.default TraitMatchingRuletoRule()Creates a rule that uses this configuration.withConverterRule(ConverterRule converterRule) SetsconverterRule().Methods inherited from interface org.apache.calcite.plan.RelRule.Configas, description, operandSupplier, relBuilderFactory, withDescription, withOperandSupplier, withRelBuilderFactory
- 
Method Details- 
toRuleDescription copied from interface:RelRule.ConfigCreates a rule that uses this configuration. Sub-class must override.- Specified by:
- toRulein interface- RelRule.Config
 
- 
converterRuleConverterRule converterRule()Returns the rule to be restricted; rule must take a single operand expecting a single input.
- 
withConverterRuleSetsconverterRule().
 
-