Package org.apache.calcite.rel.rules
Interface ProjectToWindowRule.Config
- All Superinterfaces:
RelRule.Config
- All Known Subinterfaces:
ProjectToWindowRule.CalcToWindowRule.CalcToWindowRuleConfig
,ProjectToWindowRule.ProjectToLogicalProjectAndWindowRule.ProjectToLogicalProjectAndWindowRuleConfig
- Enclosing class:
ProjectToWindowRule
Rule configuration.
-
Method Summary
Methods inherited from interface org.apache.calcite.plan.RelRule.Config
as, description, operandSupplier, relBuilderFactory, withDescription, withOperandSupplier, withRelBuilderFactory
-
Method Details
-
toRule
ProjectToWindowRule toRule()Description copied from interface:RelRule.Config
Creates a rule that uses this configuration. Sub-class must override.- Specified by:
toRule
in interfaceRelRule.Config
-