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

Method getTableId

src/java/simpledb/LogicalPlan.java:75–77  ·  view source on GitHub ↗

Given a table alias, return id of the table object (this id can be supplied to Catalog#getDatabaseFile(int)). Aliases are added as base tables are added via #addScan. @param alias the table alias to return a table id for @return the id of the table correspond

(String alias)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

physicalPlanMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected