Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
addTable
Method · 0.95
getTableById
Method · 0.95
getTupleDesc
Method · 0.95
getDatabaseFile
Method · 0.95
getTableId
Method · 0.45
tableIdIterator
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected