public class HiveAntiSemiJoinRule
extends org.apache.calcite.plan.RelOptRule
| Modifier and Type | Field and Description |
|---|---|
static HiveAntiSemiJoinRule |
INSTANCE |
protected static org.slf4j.Logger |
LOG |
| Constructor and Description |
|---|
HiveAntiSemiJoinRule() |
| Modifier and Type | Method and Description |
|---|---|
void |
onMatch(org.apache.calcite.plan.RelOptRuleCall call) |
protected void |
perform(org.apache.calcite.plan.RelOptRuleCall call,
org.apache.calcite.rel.core.Project project,
org.apache.calcite.rel.core.Filter filter,
org.apache.calcite.rel.core.Join join) |
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 HiveAntiSemiJoinRule INSTANCE
public void onMatch(org.apache.calcite.plan.RelOptRuleCall call)
onMatch in class org.apache.calcite.plan.RelOptRuleprotected void perform(org.apache.calcite.plan.RelOptRuleCall call,
org.apache.calcite.rel.core.Project project,
org.apache.calcite.rel.core.Filter filter,
org.apache.calcite.rel.core.Join join)
Copyright © 2024 The Apache Software Foundation. All rights reserved.