MCPcopy Index your code
hub / github.com/ddf-project/DDF / getFiveNumSummary

Method getFiveNumSummary

core/src/main/java/io/ddf/DDF.java:1023–1025  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1021 }
1022
1023 public FiveNumSummary[] getFiveNumSummary() throws DDFException {
1024 return this.getStatisticsSupporter().getFiveNumSummary(this.getColumnNames());
1025 }
1026
1027
1028 // IHandleTransformations

Callers

nothing calls this directly

Calls 3

getColumnNamesMethod · 0.95
getFiveNumSummaryMethod · 0.65

Tested by

no test coverage detected