Interface Join

    • Method Detail

      • getLeft

        Source getLeft()
        The source for the left hand side of the join
        Returns:
        Source
      • getRight

        Source getRight()
        The source for the right hand side of the join
        Returns:
        Source
      • getJoinCondition

        Constraint getJoinCondition()
        Get the join condition. Not all constraints are valid join conditions
        Returns:
        Constraint