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

Method SeqScan

src/simpledb/SeqScan.java:28–38  ·  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 tupleDesc should have fie

(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 3

getCatalogMethod · 0.95
getIdMethod · 0.65
getDbFileMethod · 0.45

Tested by

no test coverage detected