(String columnName, Double[] percentiles)
| 1059 | } |
| 1060 | |
| 1061 | public Double[] getVectorQuantiles(String columnName, Double[] percentiles) throws DDFException { |
| 1062 | return this.getStatisticsSupporter().getVectorQuantiles(columnName, percentiles); |
| 1063 | } |
| 1064 | |
| 1065 | public Double[] getVectorQuantiles(Double[] percentiles) throws DDFException { |
| 1066 | if (getSchema().getNumColumns() != 1) { |