public class FlinkJoinPushExpressionsRule
extends org.apache.calcite.plan.RelOptRule
For example, given "emp JOIN dept ON emp.deptno + 1 = dept.deptno", adds a project above "emp" that computes the expression "emp.deptno + 1". The resulting join condition is a simple combination of AND, equals, and input fields, plus the remaining non-equal conditions.
Modifier and Type | Field and Description |
---|---|
static FlinkJoinPushExpressionsRule |
INSTANCE |
Constructor and Description |
---|
FlinkJoinPushExpressionsRule(Class<? extends org.apache.calcite.rel.core.Join> clazz,
org.apache.calcite.tools.RelBuilderFactory relBuilderFactory)
Creates a JoinPushExpressionsRule.
|
FlinkJoinPushExpressionsRule(Class<? extends org.apache.calcite.rel.core.Join> clazz,
org.apache.calcite.rel.core.RelFactories.ProjectFactory projectFactory)
Deprecated.
|
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, unordered
public static final FlinkJoinPushExpressionsRule INSTANCE
public FlinkJoinPushExpressionsRule(Class<? extends org.apache.calcite.rel.core.Join> clazz, org.apache.calcite.tools.RelBuilderFactory relBuilderFactory)
@Deprecated public FlinkJoinPushExpressionsRule(Class<? extends org.apache.calcite.rel.core.Join> clazz, org.apache.calcite.rel.core.RelFactories.ProjectFactory projectFactory)
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.