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

Method getFlattenedDDF

core/src/main/java/io/ddf/DDF.java:425–427  ·  view source on GitHub ↗
(String[] columns)

Source from the content-addressed store, hash-verified

423
424
425 public DDF getFlattenedDDF(String[] columns) throws DDFException {
426 return this.getTransformationHandler().flattenDDF(columns);
427 }
428 public DDF getFlattenedDDF() throws DDFException {
429 return this.getTransformationHandler().flattenDDF();
430 }

Callers 1

copyFromMethod · 0.95

Calls 2

flattenDDFMethod · 0.65

Tested by

no test coverage detected