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

Class BTreeEntry

src/java/simpledb/BTreeEntry.java:20–136  ·  view source on GitHub ↗

Each instance of BTreeEntry stores one key and two child page ids. It is used by BTreeInternalPage as an abstraction to iterate through the entries stored inside. All of the entries or tuples in the left child page should be less than or equal to the key, and all of the entries or tuples in the righ

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