traceCollector receives rows from the resource-level matches. It adds trace-level attributes into the spansets before they are returned
| 3430 | // It adds trace-level attributes into the spansets before |
| 3431 | // they are returned |
| 3432 | type traceCollector struct { |
| 3433 | // traceAttrs is a slice reused by KeepGroup to reduce allocations |
| 3434 | traceAttrs []attrVal |
| 3435 | } |
| 3436 | |
| 3437 | var _ parquetquery.GroupPredicate = (*traceCollector)(nil) |
| 3438 |
nothing calls this directly
no outgoing calls
no test coverage detected