MCPcopy Create free account
hub / github.com/Tablecruncher/tablecruncher / rows

Method rows

src/csvdatastorage.cpp:98–100  ·  view source on GitHub ↗

rows() Returns number of rows */

Source from the content-addressed store, hash-verified

96 Returns number of rows
97 */
98table_index_t CsvDataStorage::rows() {
99 return (table_index_t) tableData.size();
100}
101
102
103/**

Callers 15

CsvTableMethod · 0.80
getNumberRowsMethod · 0.80
getCellMethod · 0.80
addRowMethod · 0.80
delRowsMethod · 0.80
dumpStatusMethod · 0.80
switchHeaderMethod · 0.80
saveCsvMethod · 0.80
exportJSONMethod · 0.80
parseCsvStreamMethod · 0.80
createMethod · 0.80
loadFileMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected