Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cmu-db/benchbase
/ getColumnCount
Method
getColumnCount
src/main/java/com/oltpbenchmark/catalog/Table.java:46–48 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
44
}
45
46
public
int
getColumnCount() {
47
return
this.columns.size();
48
}
49
50
public
List<Column> getColumns() {
51
return
Collections.unmodifiableList(this.columns);
Callers
11
loadTable
Method · 0.95
getColumnTypes
Method · 0.95
getColumnIndex
Method · 0.95
testCreateDatabase
Method · 0.80
getMetrics
Method · 0.80
addRow
Method · 0.80
run
Method · 0.80
getRowAsArray
Method · 0.80
toList
Method · 0.80
TableDataIterable
Method · 0.80
runScript
Method · 0.80
Calls
1
size
Method · 0.45
Tested by
1
testCreateDatabase
Method · 0.64