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

Struct distinctValueCollector

tempodb/encoding/vparquet4/block_autocomplete.go:1177–1181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1175var _ parquetquery.GroupPredicate = (*distinctValueCollector)(nil)
1176
1177type distinctValueCollector struct {
1178 mapToStatic func(entry) traceql.Static
1179 sentVals map[traceql.StaticMapKey]struct{}
1180 name string
1181}
1182
1183func newDistinctValueCollector(mapToStatic func(entry) traceql.Static, name string) *distinctValueCollector {
1184 return &distinctValueCollector{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected