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

Method setKey

src/java/simpledb/BTreeEntry.java:93–95  ·  view source on GitHub ↗

Set the key 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 key - the new key @see BTreeInternalPage#updat

(Field key)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

testMergeLeafPagesMethod · 0.95

Calls

no outgoing calls

Tested by 2

testMergeLeafPagesMethod · 0.76