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

Method getJoinField1Name

src/java/simpledb/execution/Join.java:57–61  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

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

Callers 2

updateJoinCardinalityMethod · 0.45

Calls 3

getField1Method · 0.80
getTupleDescMethod · 0.65
getFieldNameMethod · 0.45

Tested by

no test coverage detected