MCPcopy Create free account
hub / github.com/1345414527/MIT6.830 / setTableStats

Method setTableStats

src/java/simpledb/optimizer/TableStats.java:49–51  ·  view source on GitHub ↗
(String tablename, TableStats stats)

Source from the content-addressed store, hash-verified

47 }
48
49 public static void setTableStats(String tablename, TableStats stats) {
50 statsMap.put(tablename, stats);
51 }
52
53 public static void setStatsMap(Map<String,TableStats> s)
54 {

Callers 3

setUpMethod · 0.95
queryTestMethod · 0.95
computeStatisticsMethod · 0.95

Calls 1

putMethod · 0.80

Tested by 2

setUpMethod · 0.76
queryTestMethod · 0.76