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

Method BTreeScan

src/java/simpledb/BTreeScan.java:40–44  ·  view source on GitHub ↗

Creates a B+ tree 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, IndexPredicate ipred)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 3

resetMethod · 0.95
getCatalogMethod · 0.95
getTableNameMethod · 0.45

Tested by

no test coverage detected