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

Method getColumn

core/src/main/java/io/ddf/DDF.java:348–350  ·  view source on GitHub ↗
(String column)

Source from the content-addressed store, hash-verified

346 }
347
348 public Column getColumn(String column) throws DDFException {
349 return this.getSchema().getColumn(column);
350 }
351
352 public String getTableName() {
353 return this.getSchema().getTableName();

Calls 2

getSchemaMethod · 0.95
getColumnMethod · 0.65