Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grafana/tempo
/ Close
Method
Close
pkg/parquetquery/iters.go:1173–1178 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1171
}
1172
1173
func
(j *JoinIterator) Close() {
1174
for
_, i :=
range
j.iters {
1175
i.Close()
1176
}
1177
j.pool.Release(j.at)
1178
}
1179
1180
type
oldStyleCollector
struct
{
1181
at *IteratorResult
Callers
3
rawToResults
Function · 0.95
rawToResults
Function · 0.95
rawToResults
Function · 0.95
Calls
2
Close
Method · 0.65
Release
Method · 0.65
Tested by
no test coverage detected