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

Struct rebatchIterator

tempodb/encoding/vparquet3/block_traceql.go:1122–1126  ·  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

1120// rebatchIterator either passes spansets through directly OR rebatches them based on metadata
1121// in OtherEntries
1122type rebatchIterator struct {
1123 iter parquetquery.Iterator
1124 at *parquetquery.IteratorResult
1125 nextSpans []*span
1126}
1127
1128func newRebatchIterator(iter parquetquery.Iterator) *rebatchIterator {
1129 return &rebatchIterator{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected