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