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

Method setRightChild

src/java/simpledb/BTreeEntry.java:117–119  ·  view source on GitHub ↗

Set the right 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 rightChild - the new right child @

(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