Interface JoinRelOptRuleCall.JoinChecker
- Enclosing class:
 JoinRelOptRuleCall
public static interface JoinRelOptRuleCall.JoinChecker
This is a function gets the output relation and checks if it is a legal relational node.
- 
Method Summary
Modifier and TypeMethodDescriptionbooleancheck(org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.rel.RelNode rel)  
- 
Method Details
- 
check
boolean check(org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.rel.RelNode rel)  
 -