MCPcopy Create free account
hub / github.com/1345414527/MIT6.830 / getJoinField2Name

Method getJoinField2Name

src/java/simpledb/execution/Join.java:68–71  ·  view source on GitHub ↗

@return the field name of join field2. Should be quantified by alias or table name.

()

Source from the content-addressed store, hash-verified

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

Callers 2

updateJoinCardinalityMethod · 0.45

Calls 3

getField2Method · 0.80
getTupleDescMethod · 0.65
getFieldNameMethod · 0.45

Tested by

no test coverage detected