MCPcopy Create free account
hub / github.com/awelm/simpledb / getId

Method getId

src/simpledb/DbFile.java:80–80  ·  view source on GitHub ↗

Returns a unique ID used to identify this DbFile in the Catalog. This id can be used to look up the table via Catalog#getDbFile and Catalog#getTupleDesc. Implementation note: you will need to generate this tableid somewhere, ensure that each HeapFile has a "unique id," and that

()

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

getDbFileMethod · 0.95
validateTransactionsMethod · 0.95

Implementers 2

SkeletonFiletest/simpledb/TestUtil.java
HeapFilesrc/simpledb/HeapFile.java

Calls

no outgoing calls

Tested by 2

getDbFileMethod · 0.76
validateTransactionsMethod · 0.76