MCPcopy 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

getColumnIndexMethod · 0.95
getStringColumnMethod · 0.95
getUniqueMethod · 0.95

Tested by

no test coverage detected