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

Method getColumnNames

core/src/main/java/io/ddf/DDF.java:356–358  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

354 }
355
356 public List<String> getColumnNames() {
357 return this.getSchema().getColumnNames();
358 }
359
360 public void setColumnNames(List<String> columnNames) throws DDFException {this.getSchema().setColumnNames(columnNames);}
361

Calls 1

getSchemaMethod · 0.95