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

Method getTupleDesc

src/java/simpledb/execution/Insert.java:52–55  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

50 }
51
52 public TupleDesc getTupleDesc() {
53 // some code goes here
54 return new TupleDesc(new Type[]{Type.INT_TYPE});
55 }
56
57 public void open() throws DbException, TransactionAbortedException {
58 // some code goes here

Callers 2

getTupleDescMethod · 0.95
openMethod · 0.95

Calls

no outgoing calls

Tested by 1

getTupleDescMethod · 0.76