@Value.Immutable public static interface MultiJoinProjectTransposeRule.Config extends JoinProjectTransposeRule.Config
| Modifier and Type | Field and Description |
|---|---|
static MultiJoinProjectTransposeRule.Config |
BOTH_PROJECT |
static MultiJoinProjectTransposeRule.Config |
LEFT_PROJECT |
static MultiJoinProjectTransposeRule.Config |
RIGHT_PROJECT |
DEFAULT, LEFT, LEFT_OUTER, OUTER, RIGHT, RIGHT_OUTER| Modifier and Type | Method and Description |
|---|---|
default MultiJoinProjectTransposeRule |
toRule()
Creates a rule that uses this configuration.
|
isIncludeOuter, withIncludeOuteras, description, operandSupplier, relBuilderFactory, withDescription, withOperandSupplier, withRelBuilderFactorystatic final MultiJoinProjectTransposeRule.Config BOTH_PROJECT
static final MultiJoinProjectTransposeRule.Config LEFT_PROJECT
static final MultiJoinProjectTransposeRule.Config RIGHT_PROJECT
default MultiJoinProjectTransposeRule toRule()
RelRule.ConfigtoRule in interface JoinProjectTransposeRule.ConfigtoRule in interface RelRule.ConfigCopyright © 2012-2022 Apache Software Foundation. All Rights Reserved.