Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
setUp
Method · 0.95
queryTest
Method · 0.95
computeStatistics
Method · 0.95
Calls
1
put
Method · 0.80
Tested by
2
setUp
Method · 0.76
queryTest
Method · 0.76