Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/benfry/processing4
/ getUnique
Method
getUnique
core/src/processing/data/Table.java:4530–4532 ·
view source on GitHub ↗
(String columnName)
Source
from the content-addressed store, hash-verified
4528
4529
4530
public
String[] getUnique(String columnName) {
4531
return
getUnique(getColumnIndex(columnName));
4532
}
4533
4534
4535
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