MCPcopy Create free account
hub / github.com/ddf-project/DDF / unsetAsFactor

Method unsetAsFactor

core/src/main/java/io/ddf/DDF.java:984–986  ·  view source on GitHub ↗
(int columnIndex)

Source from the content-addressed store, hash-verified

982 }
983
984 public void unsetAsFactor(int columnIndex) throws DDFException {
985 this.getSchemaHandler().unsetAsFactor(columnIndex);
986 }
987
988 public void unsetAsFactor(String columnName) throws DDFException {
989 this.getSchemaHandler().unsetAsFactor(columnName);

Callers

nothing calls this directly

Calls 2

getSchemaHandlerMethod · 0.95
unsetAsFactorMethod · 0.65

Tested by

no test coverage detected