MCPcopy Index your code
hub / github.com/ddf-project/DDF / getColumnIndex

Method getColumnIndex

core/src/main/java/io/ddf/DDF.java:968–970  ·  view source on GitHub ↗

@param columnName @return

(String columnName)

Source from the content-addressed store, hash-verified

966 * @return
967 */
968 public int getColumnIndex(String columnName) throws DDFException {
969 return this.getSchema().getColumnIndex(columnName);
970 }
971
972 public String getColumnName(int columnIndex) throws DDFException {
973 return this.getSchema().getColumnName(columnIndex);

Callers

nothing calls this directly

Calls 2

getSchemaMethod · 0.95
getColumnIndexMethod · 0.65

Tested by

no test coverage detected