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 Type
    Method
    Description
    boolean
    check(org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.rel.RelNode rel)
     
  • Method Details

    • check

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