Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ getUnique
Method
getUnique
core/src/processing/data/Table.java:4431–4433 ·
view source on GitHub ↗
(String columnName)
Source
from the content-addressed store, hash-verified
4429
4430
4431
public
String[] getUnique(String columnName) {
4432
return
getUnique(getColumnIndex(columnName));
4433
}
4434
4435
4436
public
String[] getUnique(
int
column) {
Callers
nothing calls this directly
Calls
3
getColumnIndex
Method · 0.95
getStringColumn
Method · 0.95
getUnique
Method · 0.95
Tested by
no test coverage detected