Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
estimateJoinCardinality
Method · 0.95
processExpression
Method · 0.95
handleQueryStatement
Method · 0.95
handleInsertStatement
Method · 0.95
handleDeleteStatement
Method · 0.95
Calls
no outgoing calls
Tested by
1
estimateJoinCardinality
Method · 0.76