MCPcopy Index your code
hub / github.com/processing/processing / removeColumn

Method removeColumn

core/src/processing/data/Table.java:1869–1871  ·  view source on GitHub ↗

@webref table:method @brief Removes a column from a table @param columnName the title of the column to be removed @see Table#addColumn()

(String columnName)

Source from the content-addressed store, hash-verified

1867 * @see Table#addColumn()
1868 */
1869 public void removeColumn(String columnName) {
1870 removeColumn(getColumnIndex(columnName));
1871 }
1872
1873 /**
1874 * @param column the index number of the column to be removed

Callers 1

trimMethod · 0.95

Calls 1

getColumnIndexMethod · 0.95

Tested by

no test coverage detected