@Value.Immutable public static interface JoinAssociateRule.Config extends RelRule.Config
| Modifier and Type | Field and Description |
|---|---|
static JoinAssociateRule.Config |
DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
default boolean |
isAllowAlwaysTrueCondition()
Whether to emit the new join tree if the new top or bottom join has a condition which
is always
TRUE. |
default JoinAssociateRule |
toRule()
Creates a rule that uses this configuration.
|
JoinAssociateRule.Config |
withAllowAlwaysTrueCondition(boolean allowAlwaysTrueCondition)
|
default JoinAssociateRule.Config |
withOperandFor(Class<? extends Join> joinClass)
Defines an operand tree for the given classes.
|
as, description, operandSupplier, relBuilderFactory, withDescription, withOperandSupplier, withRelBuilderFactorystatic final JoinAssociateRule.Config DEFAULT
default JoinAssociateRule toRule()
RelRule.ConfigtoRule in interface RelRule.Config@Value.Default default boolean isAllowAlwaysTrueCondition()
TRUE.JoinAssociateRule.Config withAllowAlwaysTrueCondition(boolean allowAlwaysTrueCondition)
default JoinAssociateRule.Config withOperandFor(Class<? extends Join> joinClass)
Copyright © 2012-2022 Apache Software Foundation. All Rights Reserved.