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