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

Method getTupleDesc

src/java/simpledb/storage/HeapFile.java:73–76  ·  view source on GitHub ↗

Returns the TupleDesc of the table stored in this DbFile. @return TupleDesc of this DbFile.

()

Source from the content-addressed store, hash-verified

71 * @return TupleDesc of this DbFile.
72 */
73 public TupleDesc getTupleDesc() {
74 // some code goes here
75 return tupleDesc;
76 }
77
78 /*
79 以下有些方法并不会直接调用,而是通过BufferPool调用

Callers 2

testTupleDescMethod · 0.95
TableStatsMethod · 0.95

Calls

no outgoing calls

Tested by 1

testTupleDescMethod · 0.76