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