MCPcopy Index your code
hub / github.com/MIT-DB-Class/simple-db-hw / SeqScan

Class SeqScan

src/java/simpledb/SeqScan.java:10–110  ·  view source on GitHub ↗

SeqScan is an implementation of a sequential scan access method that reads each tuple of a table in no particular order (e.g., as they are laid out on disk).

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