Class SubQueryDecorrelator.Result
java.lang.Object
org.apache.flink.table.planner.plan.rules.logical.SubQueryDecorrelator.Result
- Enclosing class:
- SubQueryDecorrelator
Result describing the relational expression after decorrelation and where to find the
equivalent non-correlated expressions and correlated conditions.
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.calcite.util.Pair<org.apache.calcite.rel.RelNode,org.apache.calcite.rex.RexNode> getSubQueryEquivalent(org.apache.calcite.rex.RexSubQuery subQuery)
-
Method Details
-
getSubQueryEquivalent
public org.apache.calcite.util.Pair<org.apache.calcite.rel.RelNode,org.apache.calcite.rex.RexNode> getSubQueryEquivalent(org.apache.calcite.rex.RexSubQuery subQuery)
-