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

Class BTreeFile

src/java/simpledb/BTreeFile.java:21–1072  ·  view source on GitHub ↗

BTreeFile is an implementation of a DbFile that stores a B+ tree. Specifically, it stores a pointer to a root page, a set of internal pages, and a set of leaf pages, which contain a collection of tuples in sorted order. BTreeFile works closely with BTreeLeafPage, BTreeInternalPage, and BTreeRootPtrP

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected