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

Struct CollectorOption

pkg/parquetquery/iters.go:316–318  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

314}
315
316type CollectorOption struct {
317 collector Collector
318}
319
320func (c CollectorOption) applyToLeftJoinIterator(j *LeftJoinIterator) {
321 j.collector = c.collector

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected