@Value.Immutable public static interface JoinPushThroughJoinRule.Config extends RelRule.Config
| Modifier and Type | Field and Description |
|---|---|
static JoinPushThroughJoinRule.Config |
LEFT |
static JoinPushThroughJoinRule.Config |
RIGHT |
| Modifier and Type | Method and Description |
|---|---|
default boolean |
isRight()
Whether to push on the right.
|
default JoinPushThroughJoinRule |
toRule()
Creates a rule that uses this configuration.
|
default JoinPushThroughJoinRule.Config |
withOperandFor(Class<? extends Join> joinClass)
Defines an operand tree for the given classes.
|
JoinPushThroughJoinRule.Config |
withRight(boolean right)
Sets
isRight(). |
as, description, operandSupplier, relBuilderFactory, withDescription, withOperandSupplier, withRelBuilderFactorystatic final JoinPushThroughJoinRule.Config RIGHT
static final JoinPushThroughJoinRule.Config LEFT
default JoinPushThroughJoinRule toRule()
RelRule.ConfigtoRule in interface RelRule.Config@Value.Default default boolean isRight()
JoinPushThroughJoinRule.Config withRight(boolean right)
isRight().default JoinPushThroughJoinRule.Config withOperandFor(Class<? extends Join> joinClass)
Copyright © 2012-2022 Apache Software Foundation. All Rights Reserved.