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

Method SeqScan

src/java/simpledb/SeqScan.java:30–32  ·  view source on GitHub ↗

Creates a sequential scan over the specified table as a part of the specified transaction. @param tid The transaction this scan is running as a part of. @param tableid the table to scan. @param tableAlias the alias of this table (needed by the parser); the returned

(TransactionId tid, int tableid, String tableAlias)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 2

getCatalogMethod · 0.95
getTableNameMethod · 0.45

Tested by

no test coverage detected