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

Method getColumnName

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

Source from the content-addressed store, hash-verified

970 }
971
972 public String getColumnName(int columnIndex) throws DDFException {
973 return this.getSchema().getColumnName(columnIndex);
974 }
975
976 public Factor<?> setAsFactor(int columnIndex) throws DDFException {
977 return this.getSchemaHandler().setAsFactor(columnIndex);

Calls 2

getSchemaMethod · 0.95
getColumnNameMethod · 0.65