public static interface JoinCommuteRule.Config extends RelRule.Config
| Modifier and Type | Field and Description |
|---|---|
static JoinCommuteRule.Config |
DEFAULT |
EMPTY| Modifier and Type | Method and Description |
|---|---|
boolean |
isSwapOuter()
Whether to swap outer joins.
|
default JoinCommuteRule |
toRule()
Creates a rule that uses this configuration.
|
default JoinCommuteRule.Config |
withOperandFor(Class<? extends Join> joinClass)
Defines an operand tree for the given classes.
|
JoinCommuteRule.Config |
withSwapOuter(boolean swapOuter)
Sets
isSwapOuter(). |
as, description, operandSupplier, relBuilderFactory, withDescription, withOperandSupplier, withRelBuilderFactorystatic final JoinCommuteRule.Config DEFAULT
default JoinCommuteRule toRule()
RelRule.ConfigtoRule in interface RelRule.Configdefault JoinCommuteRule.Config withOperandFor(Class<? extends Join> joinClass)
boolean isSwapOuter()
JoinCommuteRule.Config withSwapOuter(boolean swapOuter)
isSwapOuter().Copyright © 2012-2020 Apache Software Foundation. All Rights Reserved.