Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
98
table_index_t CsvDataStorage::rows() {
99
return (table_index_t) tableData.size();
100
}
101
102
103
/**
Callers
15
CsvTable
Method · 0.80
getNumberRows
Method · 0.80
getCell
Method · 0.80
addRow
Method · 0.80
delRows
Method · 0.80
dumpStatus
Method · 0.80
switchHeader
Method · 0.80
saveCsv
Method · 0.80
exportJSON
Method · 0.80
parseCsvStream
Method · 0.80
create
Method · 0.80
loadFile
Method · 0.80
Calls
1
size
Method · 0.45
Tested by
no test coverage detected