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

Method addScan

src/java/simpledb/LogicalPlan.java:165–169  ·  view source on GitHub ↗

Add a scan to the plan. One scan node needs to be added for each alias of a table accessed by the plan. @param table the id of the table accessed by the plan (can be resolved to a DbFile using Catalog#getDatabaseFile @param name the alias of the table in the plan

(int table, String name)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

parseQueryLogicalPlanMethod · 0.95
handleDeleteStatementMethod · 0.95
mainMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected