@return the field name of join field2. Should be quantified by alias or table name.
()
| 66 | * alias or table name. |
| 67 | * */ |
| 68 | public String getJoinField2Name() { |
| 69 | // some code goes here |
| 70 | return child2.getTupleDesc().getFieldName(joinPredicate.getField2()); |
| 71 | } |
| 72 | |
| 73 | /** |
| 74 | * @see TupleDesc#merge(TupleDesc, TupleDesc) for possible |
no test coverage detected