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