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

Method TableStats

src/java/simpledb/TableStats.java:79–88  ·  view source on GitHub ↗

Create a new TableStats object, that keeps track of statistics on each column of a table @param tableid The table over which to compute statistics @param ioCostPerPage The cost per page of IO. This doesn't differentiate between sequential-scan IO and disk seeks.

(int tableid, int ioCostPerPage)

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