()
| 1021 | } |
| 1022 | |
| 1023 | public FiveNumSummary[] getFiveNumSummary() throws DDFException { |
| 1024 | return this.getStatisticsSupporter().getFiveNumSummary(this.getColumnNames()); |
| 1025 | } |
| 1026 | |
| 1027 | |
| 1028 | // IHandleTransformations |
nothing calls this directly
no test coverage detected