MCPcopy Index your code
hub / github.com/awelm/simpledb / DbFile

Interface DbFile

src/simpledb/DbFile.java:14–87  ·  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 26

getPageMethod · 0.95
readPageMethod · 0.65
readPageMethod · 0.65
flushPageMethod · 0.95
setUpMethod · 0.65
setUpMethod · 0.65
setUpMethod · 0.65
addTupleMethod · 0.65
validateTransactionsMethod · 0.95
mainMethod · 0.95
AggregateMethod · 0.65
iteratorMethod · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected