Interface JoinRelOptRuleCall.JoinChecker
-
- Enclosing class:
- JoinRelOptRuleCall
public static interface JoinRelOptRuleCall.JoinCheckerThis is a function gets the output relation and checks if it is a legal relational node.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleancheck(org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.rel.RelNode rel)
-