Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cmu-db/benchbase
/ getColumn
Method
getColumn
src/main/java/com/oltpbenchmark/catalog/Table.java:54–56 ·
view source on GitHub ↗
(int index)
Source
from the content-addressed store, hash-verified
52
}
53
54
public
Column getColumn(
int
index) {
55
return
this.columns.get(index);
56
}
57
58
public
int
[] getColumnTypes() {
59
int
[] types =
new
int
[this.getColumnCount()];
Callers
6
loadUsers
Method · 0.95
loadPages
Method · 0.95
loadRevision
Method · 0.95
loadTable
Method · 0.80
next
Method · 0.80
TableDataIterable
Method · 0.80
Calls
1
get
Method · 0.45
Tested by
no test coverage detected