public class HiveProjectMergeRule
extends org.apache.calcite.rel.rules.ProjectMergeRule
Project into
another Project,
provided the projects aren't projecting identical sets of input references.org.apache.calcite.rel.rules.ProjectMergeRule.Configorg.apache.calcite.plan.RelRule.Done, org.apache.calcite.plan.RelRule.MatchHandler<R extends org.apache.calcite.plan.RelOptRule>, org.apache.calcite.plan.RelRule.OperandBuilder, org.apache.calcite.plan.RelRule.OperandDetailBuilder<R extends org.apache.calcite.rel.RelNode>, org.apache.calcite.plan.RelRule.OperandTransform| Modifier and Type | Field and Description |
|---|---|
static HiveProjectMergeRule |
INSTANCE |
static HiveProjectMergeRule |
INSTANCE_NO_FORCE |
| 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 HiveProjectMergeRule INSTANCE
public static final HiveProjectMergeRule INSTANCE_NO_FORCE
public boolean matches(org.apache.calcite.plan.RelOptRuleCall call)
matches in class org.apache.calcite.rel.rules.ProjectMergeRulepublic void onMatch(org.apache.calcite.plan.RelOptRuleCall call)
onMatch in class org.apache.calcite.rel.rules.ProjectMergeRuleCopyright © 2024 The Apache Software Foundation. All rights reserved.