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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean check​(org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.rel.RelNode rel)  
    • Method Detail

      • check

        boolean check​(org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.rel.RelNode rel)