Package org.apache.calcite.rel.rules
Interface JoinProjectTransposeRule.Config
- All Superinterfaces:
RelRule.Config
- All Known Subinterfaces:
MultiJoinProjectTransposeRule.Config
- Enclosing class:
JoinProjectTransposeRule
Rule configuration.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final JoinProjectTransposeRule.Config
static final JoinProjectTransposeRule.Config
static final JoinProjectTransposeRule.Config
static final JoinProjectTransposeRule.Config
static final JoinProjectTransposeRule.Config
static final JoinProjectTransposeRule.Config
-
Method Summary
Modifier and TypeMethodDescriptiondefault boolean
Whether to include outer joins, default false.default JoinProjectTransposeRule
toRule()
Creates a rule that uses this configuration.withIncludeOuter
(boolean includeOuter) SetsisIncludeOuter()
.Methods inherited from interface org.apache.calcite.plan.RelRule.Config
as, description, operandSupplier, relBuilderFactory, withDescription, withOperandSupplier, withRelBuilderFactory
-
Field Details
-
DEFAULT
-
LEFT
-
RIGHT
-
OUTER
-
LEFT_OUTER
-
RIGHT_OUTER
-
-
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
-
isIncludeOuter
@Default default boolean isIncludeOuter()Whether to include outer joins, default false. -
withIncludeOuter
SetsisIncludeOuter()
.
-