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