public class HiveJoinSwapConstraintsRule
extends org.apache.calcite.plan.RelOptRule
Join(Join(X, Y), Z) → Join(Join(X, Z), Y)
| Modifier and Type | Field and Description |
|---|---|
static HiveJoinSwapConstraintsRule |
INSTANCE |
protected static org.slf4j.Logger |
LOG |
| Modifier | Constructor and Description |
|---|---|
protected |
HiveJoinSwapConstraintsRule(org.apache.calcite.tools.RelBuilderFactory relBuilder) |
| 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, unorderedprotected static final org.slf4j.Logger LOG
public static final HiveJoinSwapConstraintsRule INSTANCE
Copyright © 2024 The Apache Software Foundation. All rights reserved.