(String columnName)
| 1105 | } |
| 1106 | |
| 1107 | public Double getVectorMin(String columnName) throws DDFException { |
| 1108 | // TODO need to check columnName |
| 1109 | return this.getStatisticsSupporter().getVectorMin(columnName); |
| 1110 | } |
| 1111 | |
| 1112 | public Double getVectorMax(String columnName) throws DDFException { |
| 1113 | // TODO need to check columnName |
no test coverage detected