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

Method getStatsMap

src/java/simpledb/optimizer/TableStats.java:65–67  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

63 }
64
65 public static Map<String, TableStats> getStatsMap() {
66 return statsMap;
67 }
68
69 public static void computeStatistics() {
70 Iterator<Integer> tableIt = Database.getCatalog().tableIdIterator();

Callers 5

processExpressionMethod · 0.95
handleQueryStatementMethod · 0.95
handleInsertStatementMethod · 0.95
handleDeleteStatementMethod · 0.95

Calls

no outgoing calls

Tested by 1