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