(DDF result)
| 1055 | } |
| 1056 | |
| 1057 | public DDF updateInplace(DDF result) throws DDFException { |
| 1058 | return this.getMutabilityHandler().updateInplace(result); |
| 1059 | } |
| 1060 | |
| 1061 | public Double[] getVectorQuantiles(String columnName, Double[] percentiles) throws DDFException { |
| 1062 | return this.getStatisticsSupporter().getVectorQuantiles(columnName, percentiles); |
nothing calls this directly
no test coverage detected