MCPcopy Create free account
hub / github.com/MIT-DB-Class/simple-db-hw / HeapFile

Class HeapFile

src/java/simpledb/HeapFile.java:16–105  ·  view source on GitHub ↗

HeapFile is an implementation of a DbFile that stores a collection of tuples in no particular order. Tuples are stored on pages, each of which is a fixed size, and the file is simply a collection of those pages. HeapFile works closely with HeapPage. The format of HeapPages is described in the HeapPa

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