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

Struct linkCollector

tempodb/encoding/vparquet4/block_traceql.go:3735–3737  ·  view source on GitHub ↗

linkCollector receives rows from the link columns and joins them together into map[key]value entries with the right type.

Source from the content-addressed store, hash-verified

3733// linkCollector receives rows from the link columns and joins them together into
3734// map[key]value entries with the right type.
3735type linkCollector struct {
3736 minAttributes int
3737}
3738
3739var _ parquetquery.GroupPredicate = (*linkCollector)(nil)
3740

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected