@Value.Immutable(singleton=false) public static interface ProjectSetOpTransposeRule.Config extends RelRule.Config
| Modifier and Type | Field and Description |
|---|---|
static ProjectSetOpTransposeRule.Config |
DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
PushProjector.ExprCondition |
preserveExprCondition()
Defines when an expression should not be pushed.
|
default ProjectSetOpTransposeRule |
toRule()
Creates a rule that uses this configuration.
|
ProjectSetOpTransposeRule.Config |
withPreserveExprCondition(PushProjector.ExprCondition condition)
Sets
preserveExprCondition(). |
as, description, operandSupplier, relBuilderFactory, withDescription, withOperandSupplier, withRelBuilderFactorystatic final ProjectSetOpTransposeRule.Config DEFAULT
default ProjectSetOpTransposeRule toRule()
RelRule.ConfigtoRule in interface RelRule.ConfigPushProjector.ExprCondition preserveExprCondition()
ProjectSetOpTransposeRule.Config withPreserveExprCondition(PushProjector.ExprCondition condition)
preserveExprCondition().Copyright © 2012-2022 Apache Software Foundation. All Rights Reserved.