Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ getTally
Method
getTally
core/src/processing/data/Table.java:4442–4444 ·
view source on GitHub ↗
(String columnName)
Source
from the content-addressed store, hash-verified
4440
4441
4442
public
IntDict getTally(String columnName) {
4443
return
getTally(getColumnIndex(columnName));
4444
}
4445
4446
4447
public
IntDict getTally(
int
column) {
Callers
nothing calls this directly
Calls
3
getColumnIndex
Method · 0.95
getStringColumn
Method · 0.95
getTally
Method · 0.95
Tested by
no test coverage detected