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

Method getId

src/java/simpledb/HeapFile.java:48–51  ·  view source on GitHub ↗

Returns an ID uniquely identifying this HeapFile. Implementation note: you will need to generate this tableid somewhere to ensure that each HeapFile has a "unique id," and that you always return the same value for a particular HeapFile. We suggest hashing the absolute file name of the file underlyin

()

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 10

bigOrderJoinsTestMethod · 0.95
getIdMethod · 0.95
testRewindMethod · 0.95
validateInsertMethod · 0.95
validateJoinMethod · 0.95
createEmptyHeapFileMethod · 0.95
convertMethod · 0.95
mainMethod · 0.95

Calls

no outgoing calls

Tested by 7

bigOrderJoinsTestMethod · 0.76
getIdMethod · 0.76
testRewindMethod · 0.76
validateInsertMethod · 0.76
validateJoinMethod · 0.76