MCPcopy Create free account
hub / github.com/MIT-DB-Class/simple-db-hw / merge

Method merge

src/java/simpledb/TupleDesc.java:147–150  ·  view source on GitHub ↗

Merge two TupleDescs into one, with td1.numFields + td2.numFields fields, with the first td1.numFields coming from td1 and the remaining from td2. @param td1 The TupleDesc with the first fields of the new TupleDesc @param td2 The TupleDesc with the last fields of the TupleDesc

(TupleDesc td1, TupleDesc td2)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

combineMethod · 0.95
HashEquiJoinMethod · 0.95

Calls

no outgoing calls

Tested by 1

combineMethod · 0.76