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