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

Method estimateSelectivity

src/simpledb/TableStats.java:152–164  ·  view source on GitHub ↗

Estimate the selectivity of predicate field op constant on the table. @param field The field over which the predicate ranges @param op The logical operation in the predicate @param constant The value against which the field is compared @return The estimated selectivity (fraction of tuples

(int field, Predicate.Op op, Field constant)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

physicalPlanMethod · 0.95

Calls 5

estimateSelectivityMethod · 0.95
estimateSelectivityMethod · 0.95
getTypeMethod · 0.65
getTupleDescMethod · 0.65
getValueMethod · 0.45

Tested by 1