(String... columnNames)
| 37 | public List<String> top(int numRows, String orderCols, String mode) throws DDFException; |
| 38 | |
| 39 | public DDF project(String... columnNames) throws DDFException; |
| 40 | |
| 41 | public DDF project(List<String> columnNames) throws DDFException; |
| 42 |
no outgoing calls
no test coverage detected