public class HiveProjectJoinTransposeRule
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.
TODO: Use Calcite rule once we can pass the matching operand as a parameter| Modifier and Type | Field and Description |
|---|---|
static HiveProjectJoinTransposeRule |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(org.apache.calcite.plan.RelOptRuleCall call) |
void |
onMatch(org.apache.calcite.plan.RelOptRuleCall call) |
any, convert, convert, convertList, convertOperand, convertOperand, equals, equals, getOperand, getOperands, getOutConvention, getOutTrait, hashCode, none, operand, operand, operand, operand, operand, operandJ, operandJ, some, toString, unorderedpublic static final HiveProjectJoinTransposeRule INSTANCE
Copyright © 2024 The Apache Software Foundation. All rights reserved.