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

Struct mergeSpansetIterator

tempodb/encoding/vparquet4/block_traceql.go:1457–1459  ·  view source on GitHub ↗

mergeSpansetIterator iterates through a slice of spansetIterators exhausting them in order

Source from the content-addressed store, hash-verified

1455// mergeSpansetIterator iterates through a slice of spansetIterators exhausting them
1456// in order
1457type mergeSpansetIterator struct {
1458 iters []traceql.SpansetIterator
1459}
1460
1461var _ traceql.SpansetIterator = (*mergeSpansetIterator)(nil)
1462

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected