@return the field name of join field1. Should be quantified by alias or table name.
()
| 55 | * alias or table name. |
| 56 | * */ |
| 57 | public String getJoinField1Name() { |
| 58 | // some code goes here |
| 59 | int field = this.joinPredicate.getField1(); |
| 60 | return child1.getTupleDesc().getFieldName(field); |
| 61 | } |
| 62 | |
| 63 | /** |
| 64 | * @return |
no test coverage detected