public class FlinkProjectJoinTransposeRule
extends org.apache.calcite.plan.RelOptRule
Project past a Join by splitting the projection into a projection on top of each
child of the join.| Modifier and Type | Field and Description |
|---|---|
static FlinkProjectJoinTransposeRule |
INSTANCE |
| Constructor and Description |
|---|
FlinkProjectJoinTransposeRule(org.apache.calcite.rel.rules.PushProjector.ExprCondition preserveExprCondition,
org.apache.calcite.tools.RelBuilderFactory relFactory)
Creates a ProjectJoinTransposeRule with an explicit condition.
|
| Modifier and Type | Method and Description |
|---|---|
void |
onMatch(org.apache.calcite.plan.RelOptRuleCall call) |
any, convert, convert, convertList, convertOperand, convertOperand, equals, equals, getOperand, getOperands, getOutConvention, getOutTrait, hashCode, matches, none, operand, operand, operand, operand, operand, operandJ, operandJ, some, toString, unorderedpublic static final FlinkProjectJoinTransposeRule INSTANCE
public FlinkProjectJoinTransposeRule(org.apache.calcite.rel.rules.PushProjector.ExprCondition preserveExprCondition,
org.apache.calcite.tools.RelBuilderFactory relFactory)
preserveExprCondition - Condition for expressions that should be preserved in the
projectionCopyright © 2014–2021 The Apache Software Foundation. All rights reserved.