Package org.apache.calcite.rel.rules
Interface UnnestDecorrelateRule.Config
- All Superinterfaces:
RelRule.Config
- Enclosing class:
UnnestDecorrelateRule
Rule configuration.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final UnnestDecorrelateRule.Configstatic final RelRule.Configstatic final RelRule.Config -
Method Summary
Modifier and TypeMethodDescriptiondefault UnnestDecorrelateRuletoRule()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
-
BASE
-
DEFAULT
-
WITH_PROJECT
-
-
Method Details
-
toRule
Description copied from interface:RelRule.ConfigCreates a rule that uses this configuration. Sub-class must override.- Specified by:
toRulein interfaceRelRule.Config
-