MCPcopy Create free account
hub / github.com/awelm/simpledb / combine

Method combine

src/simpledb/TupleDesc.java:23–46  ·  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 @return the new TupleD

(TupleDesc td1, TupleDesc td2)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

combineMethod · 0.95
combineMethod · 0.95
getTupleDescMethod · 0.95

Calls 1

numFieldsMethod · 0.45

Tested by 1

combineMethod · 0.76