MCPcopy Create free account
hub / github.com/1345414527/MIT6.830 / setRecordId

Method setRecordId

src/java/simpledb/storage/Tuple.java:66–69  ·  view source on GitHub ↗

Set the RecordId information for this tuple. @param rid the new RecordId for this tuple.

(RecordId rid)

Source from the content-addressed store, hash-verified

64 * the new RecordId for this tuple.
65 */
66 public void setRecordId(RecordId rid) {
67 // some code goes here
68 this.recordId = rid;
69 }
70
71 /**
72 * Change the value of the ith field of this tuple.

Callers 8

modifyRecordIdMethod · 0.95
readNextTupleMethod · 0.95
readNextTupleMethod · 0.95
getBTreeTupleMethod · 0.95
getHeapTupleMethod · 0.95
fetchNextMethod · 0.95
insertTupleMethod · 0.45

Calls

no outgoing calls

Tested by 2

modifyRecordIdMethod · 0.76