Package org.apache.calcite.rel.rules
Interface SemiJoinRule.ProjectToSemiJoinRule.ProjectToSemiJoinRuleConfig
- All Superinterfaces:
RelRule.Config
,SemiJoinRule.Config
- Enclosing class:
SemiJoinRule.ProjectToSemiJoinRule
@Immutable
public static interface SemiJoinRule.ProjectToSemiJoinRule.ProjectToSemiJoinRuleConfig
extends SemiJoinRule.Config
Rule configuration.
-
Field Summary
Modifier and TypeFieldDescription -
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
- Specified by:
toRule
in interfaceSemiJoinRule.Config
-
withOperandFor
default SemiJoinRule.ProjectToSemiJoinRule.ProjectToSemiJoinRuleConfig withOperandFor(Class<? extends Project> projectClass, Class<? extends Join> joinClass, Class<? extends Aggregate> aggregateClass) Defines an operand tree for the given classes.
-