Package org.apache.calcite.rel.rules
Interface ReduceExpressionsRule.ProjectReduceExpressionsRule.ProjectReduceExpressionsRuleConfig
- All Superinterfaces:
ReduceExpressionsRule.Config
,RelRule.Config
- Enclosing class:
ReduceExpressionsRule.ProjectReduceExpressionsRule
@Immutable
public static interface ReduceExpressionsRule.ProjectReduceExpressionsRule.ProjectReduceExpressionsRuleConfig
extends ReduceExpressionsRule.Config
Rule configuration.
-
Field Summary
Modifier and TypeFieldDescription -
Method Summary
Methods inherited from interface org.apache.calcite.rel.rules.ReduceExpressionsRule.Config
matchNullability, treatDynamicCallsAsConstant, withMatchNullability, withOperandFor, withTreatDynamicCallsAsConstant
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 interfaceReduceExpressionsRule.Config
- Specified by:
toRule
in interfaceRelRule.Config
-