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

Method getTupleDesc

src/java/simpledb/storage/DbFile.java:95–95  ·  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

93 * @return TupleDesc of this DbFile.
94 */
95 TupleDesc getTupleDesc();
96}

Callers 15

getTupleDescMethod · 0.65
getTupleDescMethod · 0.65
getTupleDescMethod · 0.65
handleManyDirtyPagesMethod · 0.65
compareTuplesMethod · 0.65
tupleToListMethod · 0.65
handleInsertStatementMethod · 0.65
getTupleDescMethod · 0.65
HeapPageMethod · 0.65
insertTupleMethod · 0.65
TupleIteratorMethod · 0.65
BTreePageMethod · 0.65

Implementers 3

SkeletonFiletest/simpledb/TestUtil.java
HeapFilesrc/java/simpledb/storage/HeapFile.jav
BTreeFilesrc/java/simpledb/index/BTreeFile.java

Calls

no outgoing calls

Tested by 6

getTupleDescMethod · 0.52
getTupleDescMethod · 0.52
getTupleDescMethod · 0.52
handleManyDirtyPagesMethod · 0.52
compareTuplesMethod · 0.52
tupleToListMethod · 0.52