Interface JoinCondition


public interface JoinCondition
  • Field Details

  • Method Details

    • unchecked

      static JoinCondition unchecked(com.google.common.base.Predicate<Tuple> predicate)
    • matches

      boolean matches(Tuple row)
      Returns:
      true if the given tuple matches this join condition
    • validate

      List<Problem> validate(Struct joinedType)