(int numRows)
| 33 | public DDF getRandomSampleApprox(double percent, boolean withReplacement, int seed); |
| 34 | |
| 35 | public List<String> head(int numRows) throws DDFException; |
| 36 | |
| 37 | public List<String> top(int numRows, String orderCols, String mode) throws DDFException; |
| 38 |
no outgoing calls