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

Method getFile

src/java/simpledb/common/Catalog.java:39–41  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

37 }
38
39 public DbFile getFile() {
40 return file;
41 }
42
43 public void setFile(DbFile file) {
44 this.file = file;

Callers 6

addTableMethod · 0.95
getTableByIdMethod · 0.95
getTupleDescMethod · 0.95
getDatabaseFileMethod · 0.95
getTableIdMethod · 0.45
tableIdIteratorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected