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

Struct distinctValueCollector

tempodb/encoding/vparquet5/block_autocomplete.go:1222–1226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1220var _ parquetquery.GroupPredicate = (*distinctValueCollector)(nil)
1221
1222type distinctValueCollector struct {
1223 mapToStatic func(entry) traceql.Static
1224 sentVals map[traceql.StaticMapKey]struct{}
1225 name string
1226}
1227
1228func newDistinctValueCollector(mapToStatic func(entry) traceql.Static, name string) *distinctValueCollector {
1229 return &distinctValueCollector{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected