Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grafana/tempo
/ Result
Method
Result
pkg/parquetquery/iters.go:1203–1208 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1201
}
1202
1203
func
(c *oldStyleCollector) Result() *IteratorResult {
1204
if
c.pred == nil || c.pred.KeepGroup(c.at) {
1205
return
c.at
1206
}
1207
return
nil
1208
}
1209
1210
func
(c *oldStyleCollector) Close() {
1211
c.pool.Release(c.at)
Callers
nothing calls this directly
Calls
1
KeepGroup
Method · 0.65
Tested by
no test coverage detected