mergeSpansetIterator iterates through a slice of spansetIterators exhausting them in order
| 1455 | // mergeSpansetIterator iterates through a slice of spansetIterators exhausting them |
| 1456 | // in order |
| 1457 | type mergeSpansetIterator struct { |
| 1458 | iters []traceql.SpansetIterator |
| 1459 | } |
| 1460 | |
| 1461 | var _ traceql.SpansetIterator = (*mergeSpansetIterator)(nil) |
| 1462 |
nothing calls this directly
no outgoing calls
no test coverage detected