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