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

Class SeqScan

src/simpledb/SeqScan.java:9–75  ·  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