batchCollector receives rows of matching resource-level This turns groups of batch values and Spans into SpanSets
| 3314 | // batchCollector receives rows of matching resource-level |
| 3315 | // This turns groups of batch values and Spans into SpanSets |
| 3316 | type batchCollector struct { |
| 3317 | requireAtLeastOneMatchOverall bool |
| 3318 | minAttributes int |
| 3319 | resAttrs []attrVal |
| 3320 | } |
| 3321 | |
| 3322 | var _ parquetquery.GroupPredicate = (*batchCollector)(nil) |
| 3323 |
nothing calls this directly
no outgoing calls
no test coverage detected