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

Class Catalog

src/java/simpledb/Catalog.java:19–162  ·  view source on GitHub ↗

The Catalog keeps track of all available tables in the database and their associated schemas. For now, this is a stub catalog that must be populated with tables by a user program before it can be used -- eventually, this should be converted to a catalog that reads a catalog table from disk. @Thread

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