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