serviceStatsCollector receives rows from the service stats columns and joins them together into map[string]ServiceStats entries.
| 3516 | // serviceStatsCollector receives rows from the service stats |
| 3517 | // columns and joins them together into map[string]ServiceStats entries. |
| 3518 | type serviceStatsCollector struct{} |
| 3519 | |
| 3520 | var _ parquetquery.GroupPredicate = (*serviceStatsCollector)(nil) |
| 3521 |
nothing calls this directly
no outgoing calls
no test coverage detected