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

Method setLeftChild

src/java/simpledb/BTreeEntry.java:105–107  ·  view source on GitHub ↗

Set the left child id for this entry. Note that updating a BTreeEntry does not actually change the data stored on the page identified by its recordId. After calling this method, you must call BTreeInternalPage.updateEntry() in order for it to take effect. @param leftChild - the new left child @see

(BTreePageId leftChild)

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