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

Struct distinctAttrCollector

tempodb/encoding/vparquet4/block_autocomplete.go:1107–1112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1105var _ parquetquery.GroupPredicate = (*distinctAttrCollector)(nil)
1106
1107type distinctAttrCollector struct {
1108 scope traceql.AttributeScope
1109 attrNames bool
1110 existsTagName func(key tagNameKey) bool
1111 existsTagValue func(val traceql.Static) bool
1112}
1113
1114func newDistinctAttrCollector(scope traceql.AttributeScope, attrNames bool, existsTagName func(key tagNameKey) bool, existsTagValue func(val traceql.Static) bool) *distinctAttrCollector {
1115 return &distinctAttrCollector{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected