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

Struct spanCollector

tempodb/encoding/vparquet4/block_traceql.go:3109–3115  ·  view source on GitHub ↗

This turns groups of span values into Span objects

Source from the content-addressed store, hash-verified

3107
3108// This turns groups of span values into Span objects
3109type spanCollector struct {
3110 minAttributes int
3111
3112 nestedSetLeftExplicit bool
3113 nestedSetRightExplicit bool
3114 nestedSetParentExplicit bool
3115}
3116
3117var _ parquetquery.GroupPredicate = (*spanCollector)(nil)
3118

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected