(r: Reducer)
| 124 | } |
| 125 | |
| 126 | fn empty(r: Reducer) -> AggregateResult { |
| 127 | AggregateResult::Empty(r) |
| 128 | } |
| 129 | |
| 130 | /// Reduce one attr column over all rows of a tile. `attr_idx` must be |
| 131 | /// in range; non-numeric / null cells are skipped (Count includes |
no outgoing calls