MCPcopy 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

getColumnIndexMethod · 0.95
getStringColumnMethod · 0.95
getUniqueMethod · 0.95

Tested by

no test coverage detected