Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grafana/tempo
/ NextRow
Method
NextRow
tempodb/encoding/vparquet5/wal_block.go:1120–1122 ·
view source on GitHub ↗
(ctx context.Context)
Source
from the content-addressed store, hash-verified
1118
}
1119
1120
func
(i *commonIterator) NextRow(ctx context.Context) (common.ID, parquet.Row, error) {
1121
return
i.iter.Next(ctx)
1122
}
1123
1124
func
(i *commonIterator) Close() {
1125
i.iter.Close()
Callers
1
CreateBlock
Function · 0.45
Calls
1
Next
Method · 0.65
Tested by
no test coverage detected