MCPcopy Index your code
hub / github.com/MIT-DB-Class/simple-db-hw / DbFile

Interface DbFile

src/java/simpledb/DbFile.java:14–91  ·  view source on GitHub ↗

The interface for database files on disk. Each table is represented by a single DbFile. DbFiles can fetch pages and iterate through tuples. Each file has a unique id used to store metadata about the table in the Catalog. DbFiles are generally accessed through the buffer pool, rather than directly by

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 45

readPageMethod · 0.65
readPageMethod · 0.65
readPageMethod · 0.65
readPageMethod · 0.65
TestFlushAllMethod · 0.65
setRightSiblingPtrsMethod · 0.65
setParentsMethod · 0.65
setRightSiblingPtrsMethod · 0.65
setParentsMethod · 0.65
cleanUpEntriesMethod · 0.65
updateEntriesMethod · 0.65
setUpMethod · 0.65

Implementers 3

SkeletonFiletest/simpledb/TestUtil.java
HeapFilesrc/java/simpledb/HeapFile.java
BTreeFilesrc/java/simpledb/BTreeFile.java

Calls

no outgoing calls

Tested by

no test coverage detected