Package org.apache.calcite.rel.rules
Interface MultiJoinProjectTransposeRule.Config
- All Superinterfaces:
JoinProjectTransposeRule.Config
,RelRule.Config
- Enclosing class:
MultiJoinProjectTransposeRule
@Immutable
public static interface MultiJoinProjectTransposeRule.Config
extends JoinProjectTransposeRule.Config
Rule configuration.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final MultiJoinProjectTransposeRule.Config
static final MultiJoinProjectTransposeRule.Config
static final MultiJoinProjectTransposeRule.Config
Fields inherited from interface org.apache.calcite.rel.rules.JoinProjectTransposeRule.Config
DEFAULT, LEFT, LEFT_OUTER, OUTER, RIGHT, RIGHT_OUTER
-
Method Summary
Modifier and TypeMethodDescriptiondefault MultiJoinProjectTransposeRule
toRule()
Creates a rule that uses this configuration.Methods inherited from interface org.apache.calcite.rel.rules.JoinProjectTransposeRule.Config
isIncludeOuter, withIncludeOuter
Methods inherited from interface org.apache.calcite.plan.RelRule.Config
as, description, operandSupplier, relBuilderFactory, withDescription, withOperandSupplier, withRelBuilderFactory
-
Field Details
-
BOTH_PROJECT
-
LEFT_PROJECT
-
RIGHT_PROJECT
-
-
Method Details
-
toRule
Description copied from interface:RelRule.Config
Creates a rule that uses this configuration. Sub-class must override.- Specified by:
toRule
in interfaceJoinProjectTransposeRule.Config
- Specified by:
toRule
in interfaceRelRule.Config
-