MCPcopy Create free account
hub / github.com/ddf-project/DDF / getVectorMin

Method getVectorMin

core/src/main/java/io/ddf/DDF.java:1107–1110  ·  view source on GitHub ↗
(String columnName)

Source from the content-addressed store, hash-verified

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

Callers 1

Calls 2

getVectorMinMethod · 0.65

Tested by

no test coverage detected