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

Struct rebatchIterator

tempodb/encoding/vparquet5/block_traceql.go:1347–1351  ·  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

1345// rebatchIterator either passes spansets through directly OR rebatches them based on metadata
1346// in OtherEntries
1347type rebatchIterator struct {
1348 iter parquetquery.Iterator
1349 at *parquetquery.IteratorResult
1350 nextSpans []*span
1351}
1352
1353func newRebatchIterator(iter parquetquery.Iterator) *rebatchIterator {
1354 return &rebatchIterator{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected