Interface SplunkPushDownRule.Config
- All Superinterfaces:
- RelRule.Config
- Enclosing class:
- SplunkPushDownRule
@Immutable(singleton=false)
public static interface SplunkPushDownRule.Config
extends RelRule.Config
Rule configuration.
- 
Method SummaryModifier and TypeMethodDescriptiondefault SplunkPushDownRuletoRule()Creates a rule that uses this configuration.default SplunkPushDownRule.Configdefault SplunkPushDownRule.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
- 
Method Details- 
toRuleDescription copied from interface:RelRule.ConfigCreates a rule that uses this configuration. Sub-class must override.- Specified by:
- toRulein interface- RelRule.Config
 
- 
withOperandForDefines an operand tree for the given classes.
- 
withId
 
-