Add a join between two fields of two different tables. @param joinField1 The name of the first join field; this can be a fully qualified name (e.g., tableName.field or alias.field) or may be an unqualified unique field name. If the name is ambiguous or unknown, a ParsingException will be throw
( String joinField1, String joinField2, Predicate.Op pred)
source not stored for this graph (policy: none)
no test coverage detected