Package org.apache.calcite.rel.stream
Interface StreamRules.DeltaTableScanRule.DeltaTableScanRuleConfig
- All Superinterfaces:
RelRule.Config
- Enclosing class:
StreamRules.DeltaTableScanRule
@Immutable
public static interface StreamRules.DeltaTableScanRule.DeltaTableScanRuleConfig
extends RelRule.Config
Rule configuration.
-
Field Summary
Modifier and TypeFieldDescription -
Method Summary
Modifier and TypeMethodDescriptiondefault StreamRules.DeltaTableScanRule
toRule()
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
-
DEFAULT
-
-
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
-