public class HiveSemiJoinProjectTransposeRule
extends org.apache.calcite.plan.RelOptRule
SemiJoinProjectTransposeRule.
However, it works on Hive nodes rather than logical nodes.
The rule pushes a Semijoin down in a tree past a Project if the Project is followed by a Join. The intention is to remove Projects between Joins.
SemiJoin(Project(X), Y) → Project(SemiJoin(X, Y))
| Modifier and Type | Field and Description |
|---|---|
static HiveSemiJoinProjectTransposeRule |
INSTANCE |
| 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 HiveSemiJoinProjectTransposeRule INSTANCE
Copyright © 2022 The Apache Software Foundation. All rights reserved.