MCPcopy Index your code
hub / github.com/awelm/simpledb / TableStats

Method TableStats

src/simpledb/TableStats.java:30–84  ·  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 15

getCatalogMethod · 0.95
numFieldsMethod · 0.95
getTypeMethod · 0.95
getValueMethod · 0.95
openMethod · 0.95
hasNextMethod · 0.95
nextMethod · 0.95
getTupleDescMethod · 0.95
getFieldMethod · 0.95
getTypeMethod · 0.95
addValueMethod · 0.95

Tested by

no test coverage detected