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

Struct rebatchIterator

tempodb/encoding/vparquet4/block_traceql.go:1286–1290  ·  view source on GitHub ↗

rebatchIterator either passes spansets through directly OR rebatches them based on metadata in OtherEntries

Source from the content-addressed store, hash-verified

1284// rebatchIterator either passes spansets through directly OR rebatches them based on metadata
1285// in OtherEntries
1286type rebatchIterator struct {
1287 iter parquetquery.Iterator
1288 at *parquetquery.IteratorResult
1289 nextSpans []*span
1290}
1291
1292func newRebatchIterator(iter parquetquery.Iterator) *rebatchIterator {
1293 return &rebatchIterator{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected