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

Class HeapFile

src/simpledb/HeapFile.java:16–221  ·  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 Heap

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