MCPcopy
hub / github.com/grafana/tempo / batchCollector

Struct batchCollector

tempodb/encoding/vparquet4/block_traceql.go:3316–3320  ·  view source on GitHub ↗

batchCollector receives rows of matching resource-level This turns groups of batch values and Spans into SpanSets

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected