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