(e)
| 13000 | } |
| 13001 | assembleGroupStyle() {} |
| 13002 | assembleGroup(e) { |
| 13003 | return this.parent && this.parent instanceof pp |
| 13004 | ? { |
| 13005 | ...(this.channelHasField("column") |
| 13006 | ? { |
| 13007 | encode: { |
| 13008 | update: { |
| 13009 | columns: { |
| 13010 | field: ma(this.facet.column, { prefix: "distinct" }), |
| 13011 | }, |
| 13012 | }, |
| 13013 | }, |
| 13014 | } |
| 13015 | : {}), |
| 13016 | ...super.assembleGroup(e), |
| 13017 | } |
| 13018 | : super.assembleGroup(e); |
| 13019 | } |
| 13020 | getCardinalityAggregateForChild() { |
| 13021 | const e = [], |
| 13022 | t = [], |
nothing calls this directly
no test coverage detected