Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grafana/tempo
/ rowNumberIterator
Struct
rowNumberIterator
tempodb/encoding/vparquet3/block_search.go:394–396 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
392
}
393
394
type
rowNumberIterator
struct
{
395
rowNumbers []pq.RowNumber
396
}
397
398
var
_ pq.Iterator = (*rowNumberIterator)(nil)
399
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected