MCPcopy 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

loadTableMethod · 0.95
getColumnTypesMethod · 0.95
getColumnIndexMethod · 0.95
testCreateDatabaseMethod · 0.80
getMetricsMethod · 0.80
addRowMethod · 0.80
runMethod · 0.80
getRowAsArrayMethod · 0.80
toListMethod · 0.80
TableDataIterableMethod · 0.80
runScriptMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by 1

testCreateDatabaseMethod · 0.64