Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cmu-db/benchbase
/ get
Method
get
src/main/java/com/oltpbenchmark/types/DatabaseType.java:138–140 ·
view source on GitHub ↗
(String name)
Source
from the content-addressed store, hash-verified
136
}
137
138
public
static
DatabaseType get(String name) {
139
return
(DatabaseType.name_lookup.get(name.toUpperCase()));
140
}
141
}
Callers
1
main
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected