Interface EnumerableProjectToCalcRule.Config
- All Superinterfaces:
ProjectToCalcRule.Config,RelRule.Config
- Enclosing class:
EnumerableProjectToCalcRule
@Immutable
public static interface EnumerableProjectToCalcRule.Config
extends ProjectToCalcRule.Config
Rule configuration.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiondefault EnumerableProjectToCalcRuletoRule()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.ConfigCreates a rule that uses this configuration. Sub-class must override.- Specified by:
toRulein interfaceProjectToCalcRule.Config- Specified by:
toRulein interfaceRelRule.Config
-