Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grafana/tempo
/ rowNumberIterator
Struct
rowNumberIterator
tempodb/encoding/vparquet5/row_number_iterator.go:9–11 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7
)
8
9
type
rowNumberIterator
struct
{
10
rowNumbers []pq.RowNumber
11
}
12
13
var
_ pq.Iterator = (*rowNumberIterator)(nil)
14
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected