@Value.Immutable public static interface AggregateJoinJoinRemoveRule.Config extends RelRule.Config
| Modifier and Type | Field and Description |
|---|---|
static AggregateJoinJoinRemoveRule.Config |
DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
default AggregateJoinJoinRemoveRule |
toRule()
Creates a rule that uses this configuration.
|
default AggregateJoinJoinRemoveRule.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 AggregateJoinJoinRemoveRule.Config DEFAULT
default AggregateJoinJoinRemoveRule toRule()
RelRule.ConfigtoRule in interface RelRule.Configdefault AggregateJoinJoinRemoveRule.Config withOperandFor(Class<? extends Aggregate> aggregateClass, Class<? extends Join> joinClass)
Copyright © 2012-2022 Apache Software Foundation. All Rights Reserved.