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

Struct distinctAttrCollector

tempodb/encoding/vparquet5/block_autocomplete.go:1152–1157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1150var _ parquetquery.GroupPredicate = (*distinctAttrCollector)(nil)
1151
1152type distinctAttrCollector struct {
1153 scope traceql.AttributeScope
1154 attrNames bool
1155 existsTagName func(key tagNameKey) bool
1156 existsTagValue func(val traceql.Static) bool
1157}
1158
1159func newDistinctAttrCollector(scope traceql.AttributeScope, attrNames bool, existsTagName func(key tagNameKey) bool, existsTagValue func(val traceql.Static) bool) *distinctAttrCollector {
1160 return &distinctAttrCollector{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected