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

Method BTreeEntry

src/java/simpledb/BTreeEntry.java:50–54  ·  view source on GitHub ↗

Constructor to create a new BTreeEntry @param key - the key @param leftChild - page id of the left child @param rightChild - page id of the right child

(Field key, BTreePageId leftChild, BTreePageId rightChild)

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