(cf)
| 121 | } |
| 122 | |
| 123 | dimension (cf) { |
| 124 | logger.warnOnce('consider using dataCount.crossfilter instead of dataCount.dimension for clarity'); |
| 125 | if (!arguments.length) { |
| 126 | return this.crossfilter(); |
| 127 | } |
| 128 | return this.crossfilter(cf); |
| 129 | } |
| 130 | |
| 131 | groupAll (groupAll) { |
| 132 | if (!arguments.length) { |
no test coverage detected