MCPcopy 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

loadUsersMethod · 0.95
loadPagesMethod · 0.95
loadRevisionMethod · 0.95
loadTableMethod · 0.80
nextMethod · 0.80
TableDataIterableMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected