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

Struct eventCollector

tempodb/encoding/vparquet4/block_traceql.go:3645–3647  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

3643// eventCollector receives rows from the event columns and joins them together into
3644// map[key]value entries with the right type.
3645type eventCollector struct {
3646 minAttributes int
3647}
3648
3649var _ parquetquery.GroupPredicate = (*eventCollector)(nil)
3650

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected