instrumentationCollector receives rows of matching scope-level
| 3226 | |
| 3227 | // instrumentationCollector receives rows of matching scope-level |
| 3228 | type instrumentationCollector struct { |
| 3229 | minAttributes int |
| 3230 | instrumentationAttrs []attrVal |
| 3231 | } |
| 3232 | |
| 3233 | var _ parquetquery.GroupPredicate = (*instrumentationCollector)(nil) |
| 3234 |
nothing calls this directly
no outgoing calls
no test coverage detected