(String[] columns)
| 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 | } |
no test coverage detected