* @param helper the expression builder with the in progress query
* @param ammd the member metadata for the relationship being appended
* @param col the column data for the relationship field
*/
public void appendRelationshipQuery(ExpressionBuilderHelper helper, AbstractMemberMetaData ammd, ColumnImpl col) {
FetchPlan fetchPlan = ec.getFetchPlan();
Set<Integer> joinFieldsToLoad = getFieldsToLoad(helper.acmd, fetchPlan);
String relName = col.getForceApiRelationshipName();
helper.getBuilder().append("(")
.append(buildQuery(helper.table, helper.acmd, joinFieldsToLoad, null, false,
0, fetchPlan, helper.fetchDepth, relName, false, false, null, null