Package org.apache.calcite.rel.rules
Interface JoinUnionTransposeRule.Config
- All Superinterfaces:
RelRule.Config
- Enclosing class:
JoinUnionTransposeRule
Rule configuration.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final JoinUnionTransposeRule.Config
static final JoinUnionTransposeRule.Config
-
Method Summary
Modifier and TypeMethodDescriptiondefault JoinUnionTransposeRule
toRule()
Creates a rule that uses this configuration.default JoinUnionTransposeRule.Config
withOperandFor
(Class<? extends Join> joinClass, Class<? extends Union> unionClass, boolean left) Defines an operand tree for the given classes.Methods inherited from interface org.apache.calcite.plan.RelRule.Config
as, description, operandSupplier, relBuilderFactory, withDescription, withOperandSupplier, withRelBuilderFactory
-
Field Details
-
LEFT
-
RIGHT
-
-
Method Details
-
toRule
Description copied from interface:RelRule.Config
Creates a rule that uses this configuration. Sub-class must override.- Specified by:
toRule
in interfaceRelRule.Config
-
withOperandFor
default JoinUnionTransposeRule.Config withOperandFor(Class<? extends Join> joinClass, Class<? extends Union> unionClass, boolean left) Defines an operand tree for the given classes.
-