Package org.apache.calcite.plan.volcano
Interface AbstractConverter.ExpandConversionRule.Config
- All Superinterfaces:
RelRule.Config
- Enclosing class:
AbstractConverter.ExpandConversionRule
@Immutable
public static interface AbstractConverter.ExpandConversionRule.Config
extends RelRule.Config
Rule configuration.
-
Field Summary
-
Method Summary
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
-