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

Method estimateTableCardinality

src/simpledb/TableStats.java:139–142  ·  view source on GitHub ↗

This method returns the number of tuples in the relation, given that a predicate with selectivity selectivityFactor is applied. @param selectivityFactor The selectivity of any predicates over the table @return The estimated cardinality of the scan with the specified selectivityFactor

(double selectivityFactor)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 4

printJoinsMethod · 0.80

Calls

no outgoing calls

Tested by 2