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

Method getTableId

src/simpledb/LogicalPlan.java:79–81  ·  view source on GitHub ↗

Given a table alias, return id of the table object (this id can be supplied to Catalog#getDbFile(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 corresponding to

(String alias)

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