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