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

Struct bridgeIterator

tempodb/encoding/vparquet3/block_traceql.go:1005–1011  ·  view source on GitHub ↗

bridgeIterator creates a bridge between one iterator pass and the next

Source from the content-addressed store, hash-verified

1003
1004// bridgeIterator creates a bridge between one iterator pass and the next
1005type bridgeIterator struct {
1006 iter parquetquery.Iterator
1007 cb traceql.SecondPassFn
1008
1009 nextSpans []*span
1010 at *parquetquery.IteratorResult
1011}
1012
1013func newBridgeIterator(iter parquetquery.Iterator, cb traceql.SecondPassFn) *bridgeIterator {
1014 return &bridgeIterator{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected