Interface SplunkPushDownRule.Config
- All Superinterfaces:
RelRule.Config
- Enclosing class:
SplunkPushDownRule
@Immutable(singleton=false)
public static interface SplunkPushDownRule.Config
extends RelRule.Config
Rule configuration.
-
Method Summary
Modifier and TypeMethodDescriptiondefault SplunkPushDownRule
toRule()
Creates a rule that uses this configuration.default SplunkPushDownRule.Config
default SplunkPushDownRule.Config
withOperandFor
(Class<? extends RelNode> relClass) Defines an operand tree for the given classes.Methods inherited from interface org.apache.calcite.plan.RelRule.Config
as, description, operandSupplier, relBuilderFactory, withDescription, withOperandSupplier, withRelBuilderFactory
-
Method Details
-
toRule
Description copied from interface:RelRule.Config
Creates a rule that uses this configuration. Sub-class must override.- Specified by:
toRule
in interfaceRelRule.Config
-
withOperandFor
Defines an operand tree for the given classes. -
withId
-